Update matrix.c
parent
ebb46694e5
commit
732a7f2be9
|
@ -211,7 +211,7 @@ uint8_t matrix_scan(void)
|
||||||
#endif
|
#endif
|
||||||
// turn on the indicator led when halves are disconnected
|
// turn on the indicator led when halves are disconnected
|
||||||
TXLED1;
|
TXLED1;
|
||||||
|
|
||||||
error_count++;
|
error_count++;
|
||||||
|
|
||||||
if (error_count > ERROR_DISCONNECT_COUNT) {
|
if (error_count > ERROR_DISCONNECT_COUNT) {
|
||||||
|
|
Loading…
Reference in New Issue