1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Taranis+ bootloader - only one fix ;)

This commit is contained in:
bsongis 2014-05-01 20:24:54 +02:00
parent 1e0c549444
commit 0e4ff42d79

View file

@ -121,6 +121,8 @@ else
CPPDEFS += -DREV3
else ifeq ($(PCBREV), REV4a)
CPPDEFS += -DREV4a
else ifeq ($(PCBREV), REVPLUS)
CPPDEFS += -DREVPLUS
else
CPPDEFS += -DREV4
endif