mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 09:00:35 +08:00
Fixes for DriverFramework, accelsim and gyrosim
DriverFramework was updated to properly delete nodes in managed lists. Baro was fixed to use DriverFramework. Accelsim was fixed with change to DriverFramework to return < 0 when start() is called and the driver was already started, or stop() is called but the driver was not running. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -31,9 +31,7 @@
|
||||
#
|
||||
############################################################################
|
||||
set(MIXER_CFLAGS -Os)
|
||||
if(${OS} STREQUAL "qurt")
|
||||
list(APPEND MIXER_CFLAGS -Wframe-larger-than=2176)
|
||||
else()
|
||||
if(${OS} STREQUAL "nuttx")
|
||||
list(APPEND MIXER_CFLAGS -Wframe-larger-than=2100)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user