From fa95a17af5aa1a465ab07b6248043bd9a989f09f Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 24 Jul 2020 21:59:27 -0400 Subject: [PATCH] Resolves receive_bit_count-unused warnings. --- Components/8530/z8530.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Components/8530/z8530.cpp b/Components/8530/z8530.cpp index e4afa96e5..f65c2dbc6 100644 --- a/Components/8530/z8530.cpp +++ b/Components/8530/z8530.cpp @@ -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