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
@ -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…
Reference in New Issue
Block a user