diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 18:57:41 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 19:14:40 -0400 |
| commit | de719736851b512b65ac7e5de56c4fa03dce7b2f (patch) | |
| tree | ea626079a7056db3db204b7d29324817ab099d03 /wirish | |
| parent | 819a2404ca1b2b3a164f9b6008db767faffa268d (diff) | |
Bring back wirish/Print.cpp.
The only nonportable parts of this file are based on the assumption
that we're on ILP32.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'wirish')
| -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 0b0b82c..b795f60 100644 --- a/wirish/rules.mk +++ b/wirish/rules.mk @@ -22,6 +22,7 @@ sSRCS_$(d) := start.S cSRCS_$(d) := start_c.c cppSRCS_$(d) := boards.cpp cppSRCS_$(d) += cxxabi-compat.cpp +cppSRCS_$(d) += Print.cpp cppSRCS_$(d) += wirish_digital.cpp cppSRCS_$(d) += wirish_time.cpp cppSRCS_$(d) += wirish_shift.cpp @@ -30,7 +31,6 @@ cppSRCS_$(d) += $(MCU_SERIES)/wirish_digital.cpp cppSRCS_$(d) += $(WIRISH_BOARD_PATH)/board.cpp # TODO: test these on F2 and put them back in: # cppSRCS_$(d) := wirish_math.cpp \ -# Print.cpp \ # HardwareSerial.cpp \ # HardwareSPI.cpp \ # HardwareTimer.cpp \ |
