Hi Marek, On Fri, 10 Apr 2020 at 12:54, Marek Vasut <ma...@denx.de> wrote: > > The most basic printf("%i", value) formating string was missing, > add it for the sake of convenience. > > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Simon Glass <s...@chromium.org> > Cc: Stefan Roese <s...@denx.de> > --- > lib/tiny-printf.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Can you add to the test in print_ut.c? Regards, Simon