cmd: gpio: use correct printf code
gpio is defined as unsigned int. So we should use %u when calling printf(). Signed-off-by:Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Simon Glass <sjg@chromium.org>
Loading
Please sign in to comment
gpio is defined as unsigned int. So we should use %u when calling printf(). Signed-off-by:Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by:
Simon Glass <sjg@chromium.org>