Skip to content

Commit

Permalink
system/uorb: using uorb.h to replace sensors header file
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Donny9 authored and xiaoxiang781216 committed Sep 10, 2024
1 parent 0a4c97a commit dfa3ce5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/uorb/uORB/uORB.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dfa3ce5

Please sign in to comment.