mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
M128 EEPROM Variant to differentiate from gruvin9x EEPROM
This commit is contained in:
parent
613ebe97d4
commit
1c3a8a9803
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ endif
|
||||||
ifeq ($(PCB), STD128)
|
ifeq ($(PCB), STD128)
|
||||||
# STD PCB with Atmega 128, so ...
|
# STD PCB with Atmega 128, so ...
|
||||||
OPT = 2
|
OPT = 2
|
||||||
CPPDEFS += -DPCBSTD -DM128 -DEEPROM_VARIANT=0
|
CPPDEFS += -DPCBSTD -DM128 -DEEPROM_VARIANT=0x8000
|
||||||
EXTRAINCDIRS += stock
|
EXTRAINCDIRS += stock
|
||||||
BOARDSRC = board_stock.cpp
|
BOARDSRC = board_stock.cpp
|
||||||
EEPROMSRC = eeprom_avr.cpp
|
EEPROMSRC = eeprom_avr.cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue