1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 05:38:06 +02:00

revert nonsensical c9923b4282

That's why sleep deprivation is a bad thing ...
This commit is contained in:
Werner Almesberger 2012-06-28 16:35:01 -03:00
parent a859b3b8b9
commit b4c855f25a

View File

@ -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();