4
0
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:
Aubr.Cool 2015-06-30 14:48:07 +08:00
parent b7010ff946
commit 67b6b30e88

View File

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