Commit 7ec6ec8a authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

mprintf: uncomment code for filling formatting with zeros

parent 3e4c6f1d
...@@ -110,8 +110,8 @@ CONVERSION_LOOP: ...@@ -110,8 +110,8 @@ CONVERSION_LOOP:
} while (u_val>0); } while (u_val>0);
// while (width--) while (width--)
// *--ptr = fill; *--ptr = fill;
while (*ptr) while (*ptr)
uart_write_byte(*ptr++); uart_write_byte(*ptr++);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment