MaJerle / lwprintf

Lightweight printf library optimized for embedded systems
https://majerle.eu/projects/lwprintf-lightweight-stdio-manager-printf-snprintf-vprintf-vsnprintf-sprintf
MIT License
186 stars 32 forks source link

A 'break' statement is probably missing in a 'switch' statement #7

Closed DmiKarasev closed 3 years ago

DmiKarasev commented 3 years ago

https://github.com/MaJerle/lwprintf/blob/aa3813258d0bd10ddd0ea4751841789335da9c45/lwprintf/src/lwprintf/lwprintf.c#L957

MaJerle commented 3 years ago

Thanks, fixed on develop branch.