1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 09:45:21 +03:00

Haptic for v4

This commit is contained in:
bsongis 2012-02-01 11:11:15 +00:00
parent 010d8dce52
commit 3609f88c32

View file

@ -229,6 +229,10 @@ ifeq ($(SPLASH), YES)
CPPDEFS += -DSPLASH CPPDEFS += -DSPLASH
endif endif
ifeq ($(HAPTIC), YES)
CPPDEFS += -DHAPTIC
endif
# If ARDUPILOT-Support is enabled # If ARDUPILOT-Support is enabled
ifeq ($(EXT), ARDUPILOT) ifeq ($(EXT), ARDUPILOT)
CPPDEFS += -DARDUPILOT CPPDEFS += -DARDUPILOT
@ -287,9 +291,6 @@ else
ifeq ($(AUDIO), YES) ifeq ($(AUDIO), YES)
CPPDEFS += -DAUDIO CPPDEFS += -DAUDIO
CPPSRC += audio.cpp CPPSRC += audio.cpp
ifeq ($(HAPTIC), YES)
CPPDEFS += -DHAPTIC
endif
else else
CPPSRC += beeper.cpp CPPSRC += beeper.cpp
endif endif