Fork of Smoothie to port to mbed non-LPC targets.
Fork of Smoothie by
Diff: libs/SerialMessage.h
- Revision:
- 2:1df0b61d3b5a
- Parent:
- 0:31e91bb0ef3c
--- a/libs/SerialMessage.h Sat Mar 01 02:37:29 2014 +0000 +++ b/libs/SerialMessage.h Fri Feb 28 18:52:52 2014 -0800 @@ -1,8 +1,8 @@ -#ifndef SERIALMESSAGE_H -#define SERIALMESSAGE_H -#include "libs/StreamOutput.h" -struct SerialMessage { - StreamOutput* stream; - std::string message; -}; -#endif +#ifndef SERIALMESSAGE_H +#define SERIALMESSAGE_H +#include "libs/StreamOutput.h" +struct SerialMessage { + StreamOutput* stream; + std::string message; +}; +#endif