| commit | dbf2d0274724f61b3d14d8d9e6beb88bac13e48c | [log] [tgz] |
|---|---|---|
| author | Daniel Schultz <d.schultz@phytec.de> | Thu Oct 21 20:53:03 2021 +0200 |
| committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 28 10:38:01 2021 -0400 |
| tree | 4b48ec4e24c2a2830386ab790eb48d4ca455ad04 | |
| parent | 4151f0ec9001524f23fe9da6773020a2b2ed2fe0 [diff] |
drivers: led: Fix warnings in shell_print
Change format in various shell_error calls from int to long unsigned
int.
Warning:
warning: format '%d' expects argument of type 'int', but argument
6 has type 'long unsigned int'
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>