mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
include/nuttx/can.h: include nuttx/config.h
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
649619b8f8
commit
43ddcd5277
+5
-3
@@ -18,13 +18,15 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_CAN_CAN_H
|
||||
#define __INCLUDE_NUTTX_CAN_CAN_H
|
||||
#ifndef __INCLUDE_NUTTX_CAN_H
|
||||
#define __INCLUDE_NUTTX_CAN_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#ifdef CONFIG_CAN_TXREADY
|
||||
# include <nuttx/wqueue.h>
|
||||
#endif
|
||||
@@ -307,4 +309,4 @@ extern "C"
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_CAN */
|
||||
#endif /* __INCLUDE_NUTTX_CAN_CAN_H */
|
||||
#endif /* __INCLUDE_NUTTX_CAN_H */
|
||||
|
||||
Reference in New Issue
Block a user