mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Update DriverFramework and build lib/rc
This commit is contained in:
@@ -86,6 +86,7 @@ set(config_module_list
|
|||||||
lib/terrain_estimation
|
lib/terrain_estimation
|
||||||
lib/runway_takeoff
|
lib/runway_takeoff
|
||||||
lib/tailsitter_recovery
|
lib/tailsitter_recovery
|
||||||
|
lib/rc
|
||||||
lib/DriverFramework/framework
|
lib/DriverFramework/framework
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
+1
-1
@@ -51,7 +51,7 @@
|
|||||||
#include "dsm.h"
|
#include "dsm.h"
|
||||||
#include <drivers/drv_hrt.h>
|
#include <drivers/drv_hrt.h>
|
||||||
|
|
||||||
#if defined (__PX4_LINUX) || defined (__PX4_DARWIN)
|
#if defined (__PX4_LINUX) || defined (__PX4_DARWIN) || defined(__PX4_QURT)
|
||||||
#define dsm_udelay(arg) usleep(arg)
|
#define dsm_udelay(arg) usleep(arg)
|
||||||
#else
|
#else
|
||||||
#include <nuttx/arch.h>
|
#include <nuttx/arch.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user