diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2023-01-25 10:32:35 -0600 |
---|---|---|
committer | joeycastillo <joeycastillo@utexas.edu> | 2023-01-25 10:32:35 -0600 |
commit | e32f1d1926f2573c3540624a6a20f86f4954aa08 (patch) | |
tree | 9d157ddca7fabc8371e2bf7b249e0626a32843dd /make.mk | |
parent | e512b731bb1c8f20624ecf89c4721ad948fb455c (diff) | |
download | Sensor-Watch-e32f1d1926f2573c3540624a6a20f86f4954aa08.tar.gz Sensor-Watch-e32f1d1926f2573c3540624a6a20f86f4954aa08.tar.bz2 Sensor-Watch-e32f1d1926f2573c3540624a6a20f86f4954aa08.zip |
rename definition for special edition boards
Diffstat (limited to 'make.mk')
-rw-r--r-- | make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ SRCS += \ endif ifeq ($(LED), BLUE) -CFLAGS += -DWATCH_SWAP_LED_PINS +CFLAGS += -DWATCH_IS_BLUE_BOARD endif ifdef FIRMWARE |