microshell
microshell copied to clipboard
Avoid error from Tasking ctc compiler for Infineon Aurix
Compiler error: [ush_cmd_xxd.c line 80: type of argument #3 is incompatible with format.
Changed sprintf '%08lX: ' to '%08zX: ' for size_t variable (c99 required).
@marcinbor85, it would be nice to have this merged instead of having this locally patched.