diff options
Diffstat (limited to 'ports/javascript/mpconfigport.h')
| -rw-r--r-- | ports/javascript/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/javascript/mpconfigport.h b/ports/javascript/mpconfigport.h index bc4e05343..a9da57c87 100644 --- a/ports/javascript/mpconfigport.h +++ b/ports/javascript/mpconfigport.h @@ -162,7 +162,7 @@ extern const struct _mp_obj_module_t mp_module_utime; vm_hook_divisor = MICROPY_VM_HOOK_COUNT; \ extern void mp_js_hook(void); \ mp_js_hook(); \ - } +} #define MICROPY_VM_HOOK_LOOP MICROPY_VM_HOOK_POLL #define MICROPY_VM_HOOK_RETURN MICROPY_VM_HOOK_POLL |
