mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
system/uorb: using uorb.h to replace sensors header file
Sensors are just a part of uORB, and there are many virtual topics used within uORB as well. For the library apps/system/uorb/, the nuttx/uorb.h version is more preferable. So, move public type and definition to nuttx/uorb.h. Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This commit is contained in:
parent
0a4c97ac09
commit
dfa3ce5f5d
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@
|
|||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/sensors/ioctl.h>
|
||||
#include <nuttx/sensors/sensor.h>
|
||||
#include <nuttx/uorb.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <debug.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue