diff options
| author | hathach <[email protected]> | 2022-11-04 17:08:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-11-04 17:08:02 +0700 |
| commit | cb0ca6151bda002d8c9c6650ed8d5b225614e0e2 (patch) | |
| tree | bc17403918cedd0eb1bcf113fec49ed4d4656e24 | |
| parent | 28f49c088bb0c498d730d80943017172061cfd05 (diff) | |
remove CFG_TUSB_DEBUG from tinyusb_common_base
| -rw-r--r-- | hw/bsp/rp2040/family.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake index 31e97d9af..5dba9dc39 100644 --- a/hw/bsp/rp2040/family.cmake +++ b/hw/bsp/rp2040/family.cmake @@ -55,7 +55,7 @@ if (NOT TARGET _rp2040_family_inclusion_marker) target_compile_definitions(tinyusb_common_base INTERFACE CFG_TUSB_MCU=OPT_MCU_RP2040 CFG_TUSB_OS=OPT_OS_PICO - CFG_TUSB_DEBUG=${TINYUSB_DEBUG_LEVEL} + #CFG_TUSB_DEBUG=${TINYUSB_DEBUG_LEVEL} ) #------------------------------------ |
