summaryrefslogtreecommitdiff
path: root/src/portable/nxp
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-06-25 15:29:17 +0700
committerGitHub <[email protected]>2024-06-25 15:29:17 +0700
commit13dedddd1963e67251f75b3e3ebd654d74d8aa56 (patch)
treecb3ffeb49949a0d048d79bd783ab21182cbc1385 /src/portable/nxp
parent044f4d1801a24634a519b73dec6f2e1dc326169d (diff)
parent4396ecd22cac5485ce006b330ca3ef3446d0022f (diff)
Merge pull request #2686 from hathach/add-host-devinfo
Diffstat (limited to 'src/portable/nxp')
-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