summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-12-13 20:34:03 +0700
committerGitHub <[email protected]>2023-12-13 20:34:03 +0700
commitccc59e87632909a781851f3b93c42b934b8da8e6 (patch)
treec616abca44b799352a837841e91635f80757f660 /src/device
parent59ecdb78fed4221c3e623d7ea9a9e69c3cd87aae (diff)
parent3da0d781701c6bb121645d7631e2a690aaadb6bf (diff)
Merge pull request #2375 from hathach/hil-add-samd51
add samd51 (itsybitsy_m4) to hardware test loop
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd_pvt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/device/usbd_pvt.h b/src/device/usbd_pvt.h
index 153be7cee..9039bc9d6 100644
--- a/src/device/usbd_pvt.h
+++ b/src/device/usbd_pvt.h
@@ -33,11 +33,6 @@
extern "C" {
#endif
-// Level where CFG_TUSB_DEBUG must be at least for USBD is logged
-#ifndef CFG_TUD_LOG_LEVEL
-#define CFG_TUD_LOG_LEVEL 2
-#endif
-
#define TU_LOG_USBD(...) TU_LOG(CFG_TUD_LOG_LEVEL, __VA_ARGS__)
//--------------------------------------------------------------------+