mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 18:13:31 +08:00
add rtthread.h include for can.h
This commit is contained in:
parent
b7010ff946
commit
67b6b30e88
@ -14,6 +14,8 @@
|
||||
#ifndef CAN_H_
|
||||
#define CAN_H_
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
#ifndef RT_CANMSG_BOX_SZ
|
||||
#define RT_CANMSG_BOX_SZ 16
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user