Removed all uses of the Stream ( native mbed ) class in favor of the
authorArthur Wolf <wolf.arthur@gmail.com>
Mon, 26 Mar 2012 16:16:49 +0000 (18:16 +0200)
committerArthur Wolf <wolf.arthur@gmail.com>
Mon, 26 Mar 2012 16:16:49 +0000 (18:16 +0200)
commit838b33b4b464c6fa8e3e19470d0917ecafdc7fff
treeb5151cccf4045d82563ca2f7df33cc4c3c26a150
parent662a97b990cc06740fca3322274edc202e081a60
Removed all uses of the Stream ( native mbed ) class in favor of the
StreamOutput ( non-mbed clone ). all mbed.h removed now except for the
laser module
12 files changed:
gcc4mbed/external/mbed/Stream.h
src/libs/SerialMessage.h
src/libs/USBCDCMSC/USBCDCMSC.cpp
src/libs/USBCDCMSC/USBCDCMSC.h
src/modules/communication/GcodeDispatch.cpp
src/modules/communication/GcodeDispatch.h
src/modules/communication/SerialConsole.cpp
src/modules/communication/SerialConsole.h
src/modules/communication/utils/Gcode.cpp
src/modules/communication/utils/Gcode.h
src/modules/utils/simpleshell/SimpleShell.cpp
src/modules/utils/simpleshell/SimpleShell.h