diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-05-26 13:09:57 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-05-26 13:09:57 -0700 |
| commit | 2ffd70417d4fdbfcf86049d8ceef9901d1159945 (patch) | |
| tree | 3844dfce2a89c968ce8b30be08e18ec4b160cd0d /supervisor/shared | |
| parent | 3bb6a32a2078452d3278b185a15721391d78a9db (diff) | |
| parent | 19f0d82048560e861df598190c642095307f21b2 (diff) | |
Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalio
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/usb/tusb_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/supervisor/shared/usb/tusb_config.h b/supervisor/shared/usb/tusb_config.h index 627de743e..5b7230983 100644 --- a/supervisor/shared/usb/tusb_config.h +++ b/supervisor/shared/usb/tusb_config.h @@ -49,7 +49,9 @@ //--------------------------------------------------------------------+ #define CFG_TUSB_RHPORT0_MODE OPT_MODE_DEVICE +#ifndef CFG_TUSB_DEBUG #define CFG_TUSB_DEBUG 0 +#endif /*------------- RTOS -------------*/ #ifndef CFG_TUSB_OS |
