mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +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/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
lib/rc
|
||||
lib/DriverFramework/framework
|
||||
|
||||
#
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@
|
||||
#include "dsm.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)
|
||||
#else
|
||||
#include <nuttx/arch.h>
|
||||
|
||||
Reference in New Issue
Block a user