mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
can.h moved from include/nuttx/ to include/nuttx/drivers.
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ menuconfig CAN
|
||||
default n
|
||||
---help---
|
||||
This selection enables building of the "upper-half" CAN driver.
|
||||
See include/nuttx/can.h for further CAN driver information.
|
||||
See include/nuttx/drivers/can.h for further CAN driver information.
|
||||
|
||||
if CAN
|
||||
|
||||
|
||||
+2
-1
@@ -13,7 +13,8 @@ Files in this directory
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
can.c
|
||||
This is a CAN driver. See include/nuttx/can.h for usage information.
|
||||
This is a CAN driver. See include/nuttx/drivers/can.h for usage
|
||||
information.
|
||||
|
||||
dev_null.c and dev_zero.c
|
||||
These files provide the standard /dev/null and /dev/zero devices.
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@
|
||||
|
||||
#include <nuttx/fs/fs.h>
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/can.h>
|
||||
#include <nuttx/drivers/can.h>
|
||||
|
||||
#ifdef CONFIG_CAN_TXREADY
|
||||
# include <nuttx/wqueue.h>
|
||||
|
||||
Reference in New Issue
Block a user