Skip to content

Commit 404faa9

Browse files
authored
Fix #378: [-Wunused-variable]
1 parent 3a54ca3 commit 404faa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Bluefruit52Lib/examples/Central/central_throughput/central_throughput.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ void disconnect_callback(uint16_t conn_handle, uint8_t reason)
133133
void bleuart_rx_callback(BLEClientUart& uart_svc)
134134
{
135135
int count = uart_svc.available();
136+
(void)count;
136137
uart_svc.flush();
137138
}
138139

0 commit comments

Comments
 (0)