Skip to content
Snippets Groups Projects
Commit d62520e2 authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

Update DriverFramework and build lib/rc

parent d8b6a1df
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@ set(config_module_list
lib/terrain_estimation
lib/runway_takeoff
lib/tailsitter_recovery
lib/rc
lib/DriverFramework/framework
#
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment