We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcc0b5 commit 7dbf9a9Copy full SHA for 7dbf9a9
1 file changed
ports/espressif/supervisor/port.c
@@ -541,11 +541,11 @@ void port_post_boot_py(bool heap_valid) {
541
}
542
543
544
+#if CIRCUITPY_CONSOLE_UART
545
static int vprintf_adapter(const char *fmt, va_list ap) {
546
return mp_vprintf(&mp_plat_print, fmt, ap);
547
548
-#if CIRCUITPY_CONSOLE_UART
549
void port_serial_early_init(void) {
550
esp_log_set_vprintf(vprintf_adapter);
551
0 commit comments