AxxAxx / AxxSolder

STM32 Based soldering station for JBC cartridges, 9-24 VDC and USB-PD power
GNU General Public License v3.0
542 stars 54 forks source link

Fix the most obvious flaws that trigger lotsa warnings. #53

Closed v-barshaw closed 6 months ago

v-barshaw commented 6 months ago

The compiler options -Wall -Wextra -Wshadow -Wformat=2 -Wformat-truncation=2 generate warnings.

Examples:

Fix them.