We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8515c1 commit 4267179Copy full SHA for 4267179
ports/espressif/supervisor/port.c
@@ -489,16 +489,6 @@ void port_post_boot_py(bool heap_valid) {
489
}
490
491
492
-#if CIRCUITPY_CONSOLE_UART
493
-static int vprintf_adapter(const char *fmt, va_list ap) {
494
- return mp_vprintf(&mp_plat_print, fmt, ap);
495
-}
496
-
497
-void port_serial_early_init(void) {
498
- esp_log_set_vprintf(vprintf_adapter);
499
500
-#endif
501
502
// Wrap main in app_main that the IDF expects.
503
extern void main(void);
504
extern void app_main(void);
0 commit comments