[Bug] Fix unused variable error when using ChibiOS Bitbang serial driver (#16709)
This commit is contained in:
parent
08aa54b66f
commit
4a3b4104fe
1 changed files with 2 additions and 1 deletions
|
@ -171,7 +171,8 @@ void interrupt_handler(void *arg) {
|
|||
checksum_computed += split_trans_initiator2target_buffer(trans)[i];
|
||||
}
|
||||
checksum_computed ^= 7;
|
||||
uint8_t checksum_received = serial_read_byte();
|
||||
|
||||
serial_read_byte();
|
||||
sync_send();
|
||||
|
||||
// wait for the sync to finish sending
|
||||
|
|
Loading…
Reference in a new issue