Rename *_ADDON_* I2C addresses to *_MODULE_*

This commit is contained in:
László Monda
2019-05-15 23:59:04 +02:00
parent 92752a5963
commit cfb15b6902
2 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ CPU = -mcpu=cortex-m0plus
FPU = -mfloat-abi=soft
# Command for flashing the key cluster module.
FLASH_CMD = node ../lib/agent/packages/usb/update-module-firmware.js keyCluster $(PROJECT_OBJ:.axf=.bin)
FLASH_CMD = node ../lib/agent/packages/usb/update-module-firmware.js leftModule $(PROJECT_OBJ:.axf=.bin)
# Path to the JLink script used for the key cluster module.
JLINK_SCRIPT = ../scripts/flash-keycluster.jlink