mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 19:17:28 +08:00
Add missing includes for building ap on omap
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ Q=@
|
||||
|
||||
OPT=3
|
||||
CSTANDARD = -std=gnu99
|
||||
CINCS = -I$(PAPARAZZI_SRC)/sw/include
|
||||
CINCS = $(INCLUDES) -I$(PAPARAZZI_SRC)/sw/include
|
||||
|
||||
# Compiler flags.
|
||||
CFLAGS += $(CINCS)
|
||||
|
||||
Reference in New Issue
Block a user