mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
rotorcraft: handle_periodic_tasks to check all sys_time timer
- nps: use new systime - nps: renamed nps_autopilot_booz to nps_autopilot_rotorcraft
This commit is contained in:
+1
-6
@@ -56,15 +56,10 @@ CFLAGS += $(INCLUDES)
|
||||
CFLAGS += $($(TARGET).CFLAGS)
|
||||
CFLAGS += $(LOCAL_CFLAGS)
|
||||
CFLAGS += -O2
|
||||
CFLAGS += -std=gnu99
|
||||
|
||||
# meschach prototypes trigger numerous warnings
|
||||
ifneq ($(SIM_TYPE),BOOZ)
|
||||
ifneq ($(SIM_TYPE),JSBSIM)
|
||||
CFLAGS += -Wstrict-prototypes
|
||||
CFLAGS += -std=gnu99
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
LDFLAGS = -lm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user