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

This commit is contained in:
kYc0o 2017-10-25 16:18:51 +02:00
parent e017033601
commit 00b9022bd1

View File

@ -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
/**