Skip to content
Snippets Groups Projects
Commit 00b9022b authored by kYc0o's avatar kYc0o
Browse files

sys/include/can/device.h: make CAN_DLL_NUMOF int

parent e0170336
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ extern "C" { ...@@ -46,7 +46,7 @@ extern "C" {
/** /**
* Maximum number of interfaces which can be registered on DLL * Maximum number of interfaces which can be registered on DLL
*/ */
#define CAN_DLL_NUMOF (1U) #define CAN_DLL_NUMOF (1)
#endif #endif
/** /**
......
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