drivers/pwm_out: cleanup for multi-platform use

This commit is contained in:
Daniel Agar
2020-04-19 13:20:43 -04:00
parent 0a4e7142ee
commit 0c8dcf94bc
5 changed files with 113 additions and 115 deletions
+7
View File
@@ -311,4 +311,11 @@ 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,11 +90,4 @@ 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 */