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:
parent
010d8dce52
commit
3609f88c32
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue