Merge pull request #1933 from kilograham/rp2040_llvm_tweaks
make rp2040 code compile cleanly with LLVM embedded toochain for ARM.
This commit is contained in:
@@ -413,7 +413,7 @@ void cli_cmd_cat(EmbeddedCli *cli, char *args, void *context)
|
||||
{
|
||||
for(UINT c = 0; c < count; c++)
|
||||
{
|
||||
const char ch = buf[c];
|
||||
const uint8_t ch = buf[c];
|
||||
if (isprint(ch) || iscntrl(ch))
|
||||
{
|
||||
putchar(ch);
|
||||
|
Reference in New Issue
Block a user