diff options
-rw-r--r-- | wirish/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/rules.mk b/wirish/rules.mk index 176ba6a..147857a 100644 --- a/wirish/rules.mk +++ b/wirish/rules.mk @@ -34,7 +34,7 @@ cppSRCS_$(d) += wirish_time.cpp cppSRCS_$(d) += $(MCU_SERIES)/boards_setup.cpp cppSRCS_$(d) += $(MCU_SERIES)/wirish_digital.cpp cppSRCS_$(d) += $(WIRISH_BOARD_PATH)/board.cpp -# TODO: revise these appropriately F2 and put them back in: +# TODO: revise these appropriately for F2 and put them back in: # HardwareSPI.cpp # usb_serial.cpp # ext_interrupts.cpp |