mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46: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
|
||||
delay(10);
|
||||
if ( i++ > RX_WAIT ){
|
||||
abort();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user