Skip to content

Commit 4879e09

Browse files
henrygabNaotoFujihiro
authored andcommitted
Fix adafruit#378: [-Wunused-variable]
1 parent a80db6e commit 4879e09

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

+1
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)