diff options
| author | Ha Thach <[email protected]> | 2025-12-10 12:01:44 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-10 12:01:44 +0700 |
| commit | 0e48fe862292bb7b3e526a4b42bfa588d97d105e (patch) | |
| tree | 4ea83670b3b486b30e1272e077d999f5f520ec01 /src/portable | |
| parent | e9cd4d823fe4cd7de03587c57fc8288ad5711b15 (diff) | |
| parent | 919ee4b1527469e327710cff936366328f97294a (diff) | |
Merge pull request #3399 from hathach/size-reduce
edpt stream only support no fifo mode if needed
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/synopsys/dwc2/hcd_dwc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/synopsys/dwc2/hcd_dwc2.c b/src/portable/synopsys/dwc2/hcd_dwc2.c index b92448685..fc748c85f 100644 --- a/src/portable/synopsys/dwc2/hcd_dwc2.c +++ b/src/portable/synopsys/dwc2/hcd_dwc2.c @@ -821,7 +821,7 @@ static void channel_xfer_in_retry(dwc2_regs_t* dwc2, uint8_t ch_id, uint32_t hci } } -#if CFG_TUSB_DEBUG +#if CFG_TUSB_DEBUG && 0 TU_ATTR_ALWAYS_INLINE static inline void print_hcint(uint32_t hcint) { const char* str[] = { "XFRC", "HALTED", "AHBERR", "STALL", |
