mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Resolves receive_bit_count-unused warnings.
This commit is contained in:
parent
b961665985
commit
fa95a17af5
@ -316,6 +316,8 @@ void z8530::Channel::write(bool data, uint8_t pointer, uint8_t value) {
|
||||
}
|
||||
LOG("Receive bit count: " << receive_bit_count);
|
||||
|
||||
(void)receive_bit_count;
|
||||
|
||||
/*
|
||||
b7,b6:
|
||||
00 = 5 receive bits per character
|
||||
|
Loading…
Reference in New Issue
Block a user