sys/include/can/device.h: make CAN_DLL_NUMOF int
This commit is contained in:
parent
e017033601
commit
00b9022bd1
@ -46,7 +46,7 @@ extern "C" {
|
||||
/**
|
||||
* Maximum number of interfaces which can be registered on DLL
|
||||
*/
|
||||
#define CAN_DLL_NUMOF (1U)
|
||||
#define CAN_DLL_NUMOF (1)
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user