Revert "drivers/pwm_out: cleanup for multi-platform use" (#14812)

This reverts commit 0c8dcf94bc.
This commit is contained in:
Daniel Agar
2020-05-02 23:42:51 -04:00
committed by GitHub
parent cd59f95565
commit 6dfe12d122
5 changed files with 124 additions and 122 deletions
-7
View File
@@ -311,11 +311,4 @@ private:
} // namespace cdev
// class instance for primary driver of each class
enum CLASS_DEVICE {
CLASS_DEVICE_PRIMARY = 0,
CLASS_DEVICE_SECONDARY = 1,
CLASS_DEVICE_TERTIARY = 2
};
#endif /* _CDEV_HPP */
+7
View File
@@ -90,4 +90,11 @@ public:
} // namespace device
// class instance for primary driver of each class
enum CLASS_DEVICE {
CLASS_DEVICE_PRIMARY = 0,
CLASS_DEVICE_SECONDARY = 1,
CLASS_DEVICE_TERTIARY = 2
};
#endif /* _DEVICE_CDEV_HPP */