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:
parent
1e0c549444
commit
0e4ff42d79
1 changed files with 2 additions and 0 deletions
|
@ -121,6 +121,8 @@ else
|
|||
CPPDEFS += -DREV3
|
||||
else ifeq ($(PCBREV), REV4a)
|
||||
CPPDEFS += -DREV4a
|
||||
else ifeq ($(PCBREV), REVPLUS)
|
||||
CPPDEFS += -DREVPLUS
|
||||
else
|
||||
CPPDEFS += -DREV4
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue