diff options
| author | hathach <[email protected]> | 2023-12-13 18:54:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-13 18:54:00 +0700 |
| commit | 19d7d62e804dbf26f9d193d72710574abcd6fa95 (patch) | |
| tree | a4922ca57196e788b487f734f4d9345922858964 /src/host | |
| parent | 59ecdb78fed4221c3e623d7ea9a9e69c3cd87aae (diff) | |
try to add samd51 to hil pool using doublereset (rpi gpio) and bossac
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh_pvt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/host/usbh_pvt.h b/src/host/usbh_pvt.h index 3363ab9eb..4a97a1c18 100644 --- a/src/host/usbh_pvt.h +++ b/src/host/usbh_pvt.h @@ -35,11 +35,6 @@ extern "C" { #endif -// Level where CFG_TUSB_DEBUG must be at least for USBH is logged -#ifndef CFG_TUH_LOG_LEVEL - #define CFG_TUH_LOG_LEVEL 2 -#endif - #define TU_LOG_USBH(...) TU_LOG(CFG_TUH_LOG_LEVEL, __VA_ARGS__) enum { |
