diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-04-29 01:14:03 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-04-29 01:14:03 -0400 |
commit | b5ddce7dc81a0ae313cce635bce02028db32d5de (patch) | |
tree | ea67f3f0c3c288c3c0e4b31454e54cb016a9b1b0 /copy-to-ide | |
parent | 2c51cc19ccb5c08eb4d89d197623da6cd92b35f7 (diff) | |
download | librambutan-b5ddce7dc81a0ae313cce635bce02028db32d5de.tar.gz librambutan-b5ddce7dc81a0ae313cce635bce02028db32d5de.zip |
Fixed examples, added spi example, moved pure virtual function handler
out of main to cxxabi-compat.cpp.
Diffstat (limited to 'copy-to-ide')
-rwxr-xr-x | copy-to-ide | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/copy-to-ide b/copy-to-ide index 689966f..b14b8bd 100755 --- a/copy-to-ide +++ b/copy-to-ide @@ -58,6 +58,7 @@ FILES="LICENSE ./wirish/wirish_math.h ./wirish/wirish_shift.c ./wirish/WProgram.h + ./wirish/cxxabi-compat.cpp ./wirish/comm/HardwareSerial.cpp ./wirish/comm/HardwareSerial.h ./wirish/comm/HardwareSPI.cpp |