Just visual format

This commit is contained in:
Pavel Brychta 2019-06-16 12:00:30 +02:00
parent 4e61bfdf1e
commit ad6836475c

View File

@ -459,6 +459,7 @@ private:
DEBUG_PRINTLN(state); DEBUG_PRINTLN(state);
} }
} }
void Signal() void Signal()
{ {
int lastState = state; int lastState = state;
@ -532,6 +533,7 @@ private:
requests &= ~(req); requests &= ~(req);
nextJob(); nextJob();
} }
void Inbox() void Inbox()
{ {
String CMD; String CMD;