diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-10-19 10:14:24 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-10-19 10:14:24 -0400 |
commit | 52c5747d2e873d4946d211c548c03498b72c1fb5 (patch) | |
tree | d2c571b8583d75e956fe7b822ae9c9fdd637a21e /make.mk | |
parent | 6210e1c233a3ee66274389e85889b0681102378d (diff) | |
download | Sensor-Watch-52c5747d2e873d4946d211c548c03498b72c1fb5.tar.gz Sensor-Watch-52c5747d2e873d4946d211c548c03498b72c1fb5.tar.bz2 Sensor-Watch-52c5747d2e873d4946d211c548c03498b72c1fb5.zip |
getting the sensor watch dev board working
Diffstat (limited to 'make.mk')
-rw-r--r-- | make.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -116,3 +116,7 @@ DEFINES += \ ifeq ($(LED), BLUE) CFLAGS += -DWATCH_SWAP_LED_PINS endif + +ifeq ($(BOARD), OSO-FEAL-A1-00) +CFLAGS += -DCRYSTALLESS +endif |