summaryrefslogtreecommitdiffstatshomepage
path: root/stm/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm/timer.c')
-rw-r--r--stm/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/timer.c b/stm/timer.c
index c665a461d0..062f8c689e 100644
--- a/stm/timer.c
+++ b/stm/timer.c
@@ -89,7 +89,7 @@ void timer_interrupt(void) {
} else {
// uncaught exception
printf("exception in timer interrupt\n");
- mp_obj_print((mp_obj_t)nlr.ret_val);
+ mp_obj_print((mp_obj_t)nlr.ret_val, PRINT_REPR);
printf("\n");
}
}