From 1d05c6c4bf8e206a29726d938a54fd3d4a78c7d7 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Fri, 13 Dec 2024 02:59:05 +0000 Subject: [PATCH] Try to fix build --- components/modules/console.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/modules/console.c b/components/modules/console.c index 8ef1c1c9..c95d692b 100644 --- a/components/modules/console.c +++ b/components/modules/console.c @@ -6,6 +6,7 @@ #include "task/task.h" #include "esp_vfs_dev.h" +#include "esp_vfs_cdcacm.h" #include "esp_vfs_usb_serial_jtag.h" #include "driver/uart_vfs.h" #include "driver/usb_serial_jtag.h"