mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +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);
|
LOG("Receive bit count: " << receive_bit_count);
|
||||||
|
|
||||||
|
(void)receive_bit_count;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
b7,b6:
|
b7,b6:
|
||||||
00 = 5 receive bits per character
|
00 = 5 receive bits per character
|
||||||
|
Loading…
x
Reference in New Issue
Block a user