DFU: increase detach timeout to 2 seconds
[clinton/Smoothieware.git] / src / libs / SerialMessage.h
CommitLineData
662a97b9
AW
1#ifndef SERIALMESSAGE_H
2#define SERIALMESSAGE_H
838b33b4 3#include "libs/StreamOutput.h"
662a97b9 4struct SerialMessage {
838b33b4
AW
5 StreamOutput* stream;
6 std::string message;
662a97b9
AW
7};
8#endif