Skip to content

Commit 967a9f0

Browse files
authored
Merge pull request #383 from henrygab/patch-1
Fix #378: [-Wunused-variable]
2 parents 3a54ca3 + 404faa9 commit 967a9f0

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)