1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

M128 EEPROM Variant to differentiate from gruvin9x EEPROM

This commit is contained in:
bsongis 2012-11-22 14:00:04 +00:00
parent 613ebe97d4
commit 1c3a8a9803

View file

@ -537,7 +537,7 @@ endif
ifeq ($(PCB), STD128)
# STD PCB with Atmega 128, so ...
OPT = 2
CPPDEFS += -DPCBSTD -DM128 -DEEPROM_VARIANT=0
CPPDEFS += -DPCBSTD -DM128 -DEEPROM_VARIANT=0x8000
EXTRAINCDIRS += stock
BOARDSRC = board_stock.cpp
EEPROMSRC = eeprom_avr.cpp