diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-03-18 23:14:43 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-03-18 23:14:43 -0400 |
| commit | b2d913412f79c09ddac6e123f0e347117a7580c5 (patch) | |
| tree | 48eb8dbe674559a7618f8c63e4dacbd0ed2ebbeb /shared-bindings/microcontroller/RunMode.c | |
| parent | 08c5dbb0033c2f3838d7d52f98d3844a56253f81 (diff) | |
| parent | d0125617fd9b2652faa1f3c9a88277304fcc66c4 (diff) | |
merge from upstream
Diffstat (limited to 'shared-bindings/microcontroller/RunMode.c')
| -rw-r--r-- | shared-bindings/microcontroller/RunMode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/microcontroller/RunMode.c b/shared-bindings/microcontroller/RunMode.c index a54f40cac..789bb77c3 100644 --- a/shared-bindings/microcontroller/RunMode.c +++ b/shared-bindings/microcontroller/RunMode.c @@ -79,7 +79,7 @@ STATIC void mcu_runmode_print(const mp_print_t *print, mp_obj_t self_in, mp_prin runmode = MP_QSTR_BOOTLOADER; } mp_printf(print, "%q.%q.%q", MP_QSTR_microcontroller, MP_QSTR_RunMode, - runmode); + runmode); } const mp_obj_type_t mcu_runmode_type = { |
