summaryrefslogtreecommitdiff
path: root/supervisor/shared/micropython.c
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/shared/micropython.c')
-rw-r--r--supervisor/shared/micropython.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/micropython.c b/supervisor/shared/micropython.c
index bbc4807f9..c68c4bf7e 100644
--- a/supervisor/shared/micropython.c
+++ b/supervisor/shared/micropython.c
@@ -44,7 +44,7 @@
int mp_hal_stdin_rx_chr(void) {
for (;;) {
#ifdef MICROPY_VM_HOOK_LOOP
- MICROPY_VM_HOOK_LOOP
+ MICROPY_VM_HOOK_LOOP
#endif
mp_handle_pending();
if (serial_bytes_available()) {