mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
solve conflict for definiton of FILE
This commit is contained in:
+1
-1
Submodule NuttX updated: ae4b05e2c5...dbe128ceaf
@@ -121,7 +121,7 @@ INSTRUMENTATIONDEFINES = $(ARCHINSTRUMENTATIONDEFINES_$(CONFIG_ARCH))
|
||||
# Language-specific flags
|
||||
#
|
||||
ARCHCFLAGS = -std=gnu99
|
||||
ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics
|
||||
ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics -D__CUSTOM_FILE_IO__
|
||||
|
||||
# Generic warnings
|
||||
#
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
|
||||
#include <px4.h>
|
||||
#include "subscriber_params.h"
|
||||
#include <cstdio>
|
||||
|
||||
using namespace px4;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user