summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2023-01-25 10:32:35 -0600
committerjoeycastillo <joeycastillo@utexas.edu>2023-01-25 10:32:35 -0600
commite32f1d1926f2573c3540624a6a20f86f4954aa08 (patch)
tree9d157ddca7fabc8371e2bf7b249e0626a32843dd /make.mk
parente512b731bb1c8f20624ecf89c4721ad948fb455c (diff)
downloadSensor-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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.mk b/make.mk
index 446ad6fe..737e1f51 100644
--- a/make.mk
+++ b/make.mk
@@ -202,7 +202,7 @@ SRCS += \
endif
ifeq ($(LED), BLUE)
-CFLAGS += -DWATCH_SWAP_LED_PINS
+CFLAGS += -DWATCH_IS_BLUE_BOARD
endif
ifdef FIRMWARE