tinyprintf icon indicating copy to clipboard operation
tinyprintf copied to clipboard

Using stddef.h and fixing warning

Open kjetilos opened this issue 5 years ago • 0 comments

size_t is provided by the stddef.h header file. This will make tinyprintf compile with the IAR compiler for ARM Cortex-M. I also fixed a fallthrough warning that gcc complains about.

kjetilos avatar Apr 12 '19 21:04 kjetilos