Closed
Description
Describe the bug
Sample code currently emits warnings.
.../Bluefruit52Lib/examples/Central/central_throughput/central_throughput.ino:
In function 'void bleuart_rx_callback(BLEClientUart&)':
.../Bluefruit52Lib/examples/Central/central_throughput/central_throughput.ino:135:7:
warning: unused variable 'count' [-Wunused-variable]
int count = uart_svc.available();
^~~~~
Set up (please complete the following information)
- Using code from PR 376
To Reproduce
Steps to reproduce the behavior:
- Start a build based on PR 376
- Allow the build to complete
- Expand one of the three build jobs that enable additional warnings
- Review the build logs
for the sample being fixed.
Expected behavior
Sample code should build without warnings.