This commit is contained in:
2020-01-28 10:38:22 -08:00
parent f4c23b7573
commit 0189d519c6
4 changed files with 95 additions and 32 deletions

View File

@@ -76,7 +76,8 @@ endif
ifndef F_CPU
F_CPU = 16000000
endif
CFLAGS += -D F_CPU=$(F_CPU) -D ARDUINO
CFLAGS += -D F_CPU=$(F_CPU) -D ARDUINO -D ROLE=$(ROLE)
# hardware/arduino/avr/libraries/SPI/src/SPI.cpp: