mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
solve conflict for definiton of FILE
This commit is contained in:
parent
6f9cbd9751
commit
52c35a8e20
2
NuttX
2
NuttX
@ -1 +1 @@
|
||||
Subproject commit ae4b05e2c51d07369b5d131052099ac346b0841c
|
||||
Subproject commit dbe128ceaf0e486b2ef799f14c13d38586e6cca8
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user