Skip to content

Commit

Permalink
Only include cdc_acm if the config is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 2, 2025
1 parent ecf45d1 commit 0bbcaab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,9 @@
#include "tinyusb.h"
#include "tinyusb_net.h"
#include "tinyusb_types.h"
#ifdef CONFIG_TINYUSB_CDC_ENABLED
#include "tusb_cdc_acm.h"
#endif
#include "tusb_config.h"
#include "tusb_console.h"
#include "tusb_tasks.h"
Expand Down

0 comments on commit 0bbcaab

Please # to comment.