Skip to content

Commit 0720dd5

Browse files
authored
Merge pull request #9572 from jepler/no-debug-print-adapter
espressif: Remove the debug printf adapter
2 parents 37f2f16 + 4267179 commit 0720dd5

File tree

1 file changed

+0
-10
lines changed
  • ports/espressif/supervisor

1 file changed

+0
-10
lines changed

ports/espressif/supervisor/port.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -489,16 +489,6 @@ void port_post_boot_py(bool heap_valid) {
489489
}
490490

491491

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-
502492
// Wrap main in app_main that the IDF expects.
503493
extern void main(void);
504494
extern void app_main(void);

0 commit comments

Comments
 (0)