1 parent 1639200 commit 5872210Copy full SHA for 5872210
1 file changed
zephyr/help.c
@@ -41,7 +41,7 @@ STATIC const char *help_text =
41
"For further help on a specific object, type help(obj)\n"
42
;
43
44
-STATIC mp_obj_t builtin_help(uint n_args, const mp_obj_t *args) {
+STATIC mp_obj_t builtin_help(size_t n_args, const mp_obj_t *args) {
45
if (n_args == 0) {
46
// print a general help message
47
printf("%s", help_text);
0 commit comments