break when the case breaks :)

This commit is contained in:
jeevasdev 2022-02-17 00:42:22 +11:00
parent 42e259bad0
commit ef3fb678a4

View File

@ -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;
} }
} }