mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2024-11-01 05:15:20 +02:00
revert nonsensical c9923b4282
That's why sleep deprivation is a bad thing ...
This commit is contained in:
parent
a859b3b8b9
commit
b4c855f25a
@ -136,7 +136,7 @@ int main(void)
|
||||
got = rf_recv(buf, sizeof(buf));
|
||||
if (got > 2)
|
||||
dispatch(buf, got-2, protos);
|
||||
if (wake) {
|
||||
if (wake && !sweeping) {
|
||||
wake = 0;
|
||||
if (state == LEFT)
|
||||
submit_fwd_sweep();
|
||||
|
Loading…
Reference in New Issue
Block a user