Skip to content

Commit cde6b37

Browse files
committed
Fix: IDF compilation error on print format
1 parent 1c2d4b7 commit cde6b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/util.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ StackValue *readArgs(Type function, uint8_t *data) {
3232
break;
3333
}
3434
default: {
35-
FATAL("no argument of type %" PRIu32 "\n", args[i].value_type);
35+
FATAL("no argument of type %" SCNu8 "\n", args[i].value_type);
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)