summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-12-15 17:42:25 +0700
committerhathach <[email protected]>2023-12-15 17:42:25 +0700
commit17a0ce655bab4413928404ce7dc4f968738bfcf6 (patch)
tree26efd78e70fd01b0c819104b1c86d85b6f685f9b /src/device
parentf3d713ac7336913a68326eae5a7e146ec2cd22c3 (diff)
parent9474db8b0fc3e96d654ed49529b82bbd329f2f56 (diff)
Merge branch 'master' into h5
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__)
//--------------------------------------------------------------------+