1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35: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
endif
ifeq ($(HAPTIC), YES)
CPPDEFS += -DHAPTIC
endif
# If ARDUPILOT-Support is enabled
ifeq ($(EXT), ARDUPILOT)
CPPDEFS += -DARDUPILOT
@ -287,9 +291,6 @@ else
ifeq ($(AUDIO), YES)
CPPDEFS += -DAUDIO
CPPSRC += audio.cpp
ifeq ($(HAPTIC), YES)
CPPDEFS += -DHAPTIC
endif
else
CPPSRC += beeper.cpp
endif