diff -r fd6e191f3268 -r 8fdd8d78c14b src/cx/printf.h --- a/src/cx/printf.h Sat Oct 12 19:41:04 2024 +0200 +++ b/src/cx/printf.h Sun Oct 13 14:06:32 2024 +0200 @@ -48,7 +48,7 @@ /** * The maximum string length that fits into stack memory. */ -extern unsigned const cx_printf_sbo_size; +extern const unsigned cx_printf_sbo_size; /** * A \c fprintf like function which writes the output to a stream by