Skip to content

Commit

Permalink
Get console to build as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsg committed Dec 13, 2024
1 parent 88b25a8 commit 540cea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#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"
#include "driver/usb_serial_jtag_vfs.h"
#include "freertos/FreeRTOS.h"
Expand Down

0 comments on commit 540cea0

Please sign in to comment.