mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
break when the case breaks :)
This commit is contained in:
parent
42e259bad0
commit
ef3fb678a4
@ -112,7 +112,7 @@ bool Bl6523ReadData(void)
|
|||||||
// sleep till TX buffer is full
|
// sleep till TX buffer is full
|
||||||
delay(10);
|
delay(10);
|
||||||
if ( i++ > RX_WAIT ){
|
if ( i++ > RX_WAIT ){
|
||||||
abort();
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user