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 0bbcaab commit 61207af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
#include "tinyusb.h"
#include "tinyusb_net.h"
#include "tinyusb_types.h"
#ifdef CONFIG_TINYUSB_CDC_ENABLED
#if CONFIG_TINYUSB_CDC_ENABLED
#include "tusb_cdc_acm.h"
#endif
#include "tusb_config.h"
Expand Down

0 comments on commit 61207af

Please sign in to comment.