autosportlabs / RaceCapture-Pro_firmware

Firmware for RaceCapture-Pro Data Acquisition, control and Telemetry system for motorsports
GNU General Public License v3.0
66 stars 35 forks source link

Fixed some warnings caused by pedantic compiler options #1041

Closed RodADavison closed 5 years ago

RodADavison commented 5 years ago

fixed redundant const declarations and empy while loops with semi-colons.

asl-build commented 5 years ago

Can one of the admins verify this patch?

brentpicasso commented 5 years ago

Thanks! These changes look pretty innocent. Were you able to compile / flash / test basic operation?

RodADavison commented 5 years ago

Compiled - Yes. I have not attempted to flash against my own build yet.

RodADavison commented 5 years ago

I can confirm flash and basic operations is OK.