cmd: sf: use correct printf code
test->time_ms[] is defined as unsigned. So use %u for printf(). Signed-off-by:Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Simon Glass <sjg@chromium.org>
Loading
Please sign in to comment
test->time_ms[] is defined as unsigned. So use %u for printf(). Signed-off-by:Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Simon Glass <sjg@chromium.org>