summaryrefslogtreecommitdiff
path: root/src/portable/nxp/khci
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-06-18 12:53:02 +0700
committerhathach <[email protected]>2024-06-18 12:53:57 +0700
commitd945261aef7e2c922153e2a85d00791dd1930740 (patch)
tree982561c522904a568ca48a5962e5d27bacf1a824 /src/portable/nxp/khci
parentf93eb40b1d9f52ec4b8557e190ad64b3588c63c9 (diff)
LOG3 in isr
Diffstat (limited to 'src/portable/nxp/khci')
-rw-r--r--src/portable/nxp/khci/dcd_khci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/nxp/khci/dcd_khci.c b/src/portable/nxp/khci/dcd_khci.c
index dc71117b3..ef61146aa 100644
--- a/src/portable/nxp/khci/dcd_khci.c
+++ b/src/portable/nxp/khci/dcd_khci.c
@@ -540,7 +540,7 @@ void dcd_int_handler(uint8_t rhport)
}
if (is & USB_ISTAT_SLEEP_MASK) {
- // TU_LOG2("Suspend: "); TU_LOG2_HEX(is);
+ // TU_LOG3("Suspend: "); TU_LOG2_HEX(is);
// Note Host usually has extra delay after bus reset (without SOF), which could falsely
// detected as Sleep event. Though usbd has debouncing logic so we are good