include/nuttx/can.h: include nuttx/config.h
This commit is contained in:
parent
649619b8f8
commit
43ddcd5277
@ -18,13 +18,15 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __INCLUDE_NUTTX_CAN_CAN_H
|
#ifndef __INCLUDE_NUTTX_CAN_H
|
||||||
#define __INCLUDE_NUTTX_CAN_CAN_H
|
#define __INCLUDE_NUTTX_CAN_H
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
#ifdef CONFIG_CAN_TXREADY
|
#ifdef CONFIG_CAN_TXREADY
|
||||||
# include <nuttx/wqueue.h>
|
# include <nuttx/wqueue.h>
|
||||||
#endif
|
#endif
|
||||||
@ -307,4 +309,4 @@ extern "C"
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONFIG_CAN */
|
#endif /* CONFIG_CAN */
|
||||||
#endif /* __INCLUDE_NUTTX_CAN_CAN_H */
|
#endif /* __INCLUDE_NUTTX_CAN_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user