1
General Discussion / TinyCircuit Bluetooth Sample Code UART
« on: November 21, 2019, 10:30:34 AM »
Hi,
I was trying out the sample code for the bluetooth connection to the UART phone app, and when I tried uploading the code to the board, I received this error "warning: integer overflow in expression [-Woverflow]"
(ADV_INTERVAL_MIN_MS * 1000) / 625, (ADV_INTERVAL_MAX_MS * 1000) / 625,
Any help on how to fix this ?
I was trying out the sample code for the bluetooth connection to the UART phone app, and when I tried uploading the code to the board, I received this error "warning: integer overflow in expression [-Woverflow]"
(ADV_INTERVAL_MIN_MS * 1000) / 625, (ADV_INTERVAL_MAX_MS * 1000) / 625,
Any help on how to fix this ?