Just visual format
This commit is contained in:
parent
4e61bfdf1e
commit
ad6836475c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user