diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-03 02:15:57 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-03 02:15:57 -0400 |
| commit | 69974121c06a291f37142106ac715ffb3da03e72 (patch) | |
| tree | 84de3a81a04bd28a796a5d24780c816ccbd013b2 | |
| parent | 97b01c0b980d03c95bbcaf21cc8f5bae37eb1903 (diff) | |
Typo fix.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
| -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 |
