Skip to content
Snippets Groups Projects
Commit 7ec6ec8a authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

mprintf: uncomment code for filling formatting with zeros

parent 3e4c6f1d
Branches
Tags
No related merge requests found
......@@ -110,8 +110,8 @@ CONVERSION_LOOP:
} while (u_val>0);
// while (width--)
// *--ptr = fill;
while (width--)
*--ptr = fill;
while (*ptr)
uart_write_byte(*ptr++);
......
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