microshell icon indicating copy to clipboard operation
microshell copied to clipboard

Avoid error from Tasking ctc compiler for Infineon Aurix

Open RoStCode opened this issue 1 year ago • 1 comments

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).

RoStCode avatar Oct 05 '24 06:10 RoStCode

@marcinbor85, it would be nice to have this merged instead of having this locally patched.

RoStCode avatar Apr 16 '25 17:04 RoStCode