Skip to content
Snippets Groups Projects
Commit a2ef0414 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Introduce enum / define for multiple devices

parent 07fb1e08
No related branches found
No related tags found
No related merge requests found
......@@ -510,6 +510,9 @@ private:
} // namespace device
// class instance for primary driver of each class
#define CLASS_DEVICE_PRIMARY 0
enum CLASS_DEVICE {
CLASS_DEVICE_PRIMARY=0,
CLASS_DEVICE_SECONDARY=1
};
#endif /* _DEVICE_DEVICE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment