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 | bf47524bc9956030ff03ec776660994d71224ddb (patch) | |
tree | ea626079a7056db3db204b7d29324817ab099d03 /wirish | |
parent | e630db87d2d30341e7b1b3db30c3a0c768adae5f (diff) | |
download | librambutan-bf47524bc9956030ff03ec776660994d71224ddb.tar.gz librambutan-bf47524bc9956030ff03ec776660994d71224ddb.zip |
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 \ |