You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
unix/main: Remove stray mp_printf() from previous commit.
This commit is contained in:
@@ -85,7 +85,6 @@ STATIC int handle_uncaught_exception(mp_obj_t exc) {
|
||||
|
||||
// Report all other exceptions
|
||||
mp_obj_print_exception(&mp_stderr_print, exc);
|
||||
mp_printf(&mp_stderr_print, exc);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user