diff options
Diffstat (limited to 'examples/natmod/features1/features1.c')
-rw-r--r-- | examples/natmod/features1/features1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/natmod/features1/features1.c b/examples/natmod/features1/features1.c index f865f1887..d2494b213 100644 --- a/examples/natmod/features1/features1.c +++ b/examples/natmod/features1/features1.c @@ -88,7 +88,7 @@ mp_obj_t mpy_init(mp_obj_fun_bc_t *self, size_t n_args, size_t n_kw, mp_obj_t *a // This must be first, it sets up the globals dict and other things MP_DYNRUNTIME_INIT_ENTRY - // Messages can be printed as usualy + // Messages can be printed as usual mp_printf(&mp_plat_print, "initialising module self=%p\n", self); // Make the functions available in the module's namespace |