Fork of Smoothie to port to mbed non-LPC targets.
Fork of Smoothie by
Diff: libs/SerialMessage.h
- Revision:
- 0:31e91bb0ef3c
- Child:
- 2:1df0b61d3b5a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libs/SerialMessage.h Tue Jul 31 21:11:18 2012 +0000 @@ -0,0 +1,8 @@ +#ifndef SERIALMESSAGE_H +#define SERIALMESSAGE_H +#include "libs/StreamOutput.h" +struct SerialMessage { + StreamOutput* stream; + std::string message; +}; +#endif