[Bug] Fix unused variable error when using ChibiOS Bitbang serial driver (#16709)
This commit is contained in:
@@ -171,7 +171,8 @@ void interrupt_handler(void *arg) {
|
|||||||
checksum_computed += split_trans_initiator2target_buffer(trans)[i];
|
checksum_computed += split_trans_initiator2target_buffer(trans)[i];
|
||||||
}
|
}
|
||||||
checksum_computed ^= 7;
|
checksum_computed ^= 7;
|
||||||
uint8_t checksum_received = serial_read_byte();
|
|
||||||
|
serial_read_byte();
|
||||||
sync_send();
|
sync_send();
|
||||||
|
|
||||||
// wait for the sync to finish sending
|
// wait for the sync to finish sending
|
||||||
|
|||||||
Reference in New Issue
Block a user