Update matrix.c
This commit is contained in:
parent
d1865db599
commit
1f7b8a0343
|
@ -210,8 +210,7 @@ uint8_t matrix_scan(void)
|
||||||
if( serial_transaction() ) {
|
if( serial_transaction() ) {
|
||||||
#endif
|
#endif
|
||||||
// turn on the indicator led when halves are disconnected
|
// turn on the indicator led when halves are disconnected
|
||||||
// TXLED1;
|
TXLED1;
|
||||||
TXLED0;
|
|
||||||
|
|
||||||
error_count++;
|
error_count++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue