diff options
| author | hathach <[email protected]> | 2025-10-15 09:33:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-15 09:33:23 +0700 |
| commit | 4efb17130b96cb213cad79121397c7fb1b78c202 (patch) | |
| tree | 11f4e44ab5a83e36759ff1be5b52e47945da2405 /src | |
| parent | 6a1117a8d85a6c029808a22ae53be1387ff2ce92 (diff) | |
fix unused warnings
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/synopsys/dwc2/hcd_dwc2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/synopsys/dwc2/hcd_dwc2.c b/src/portable/synopsys/dwc2/hcd_dwc2.c index 257fa2833..e4ab16d9d 100644 --- a/src/portable/synopsys/dwc2/hcd_dwc2.c +++ b/src/portable/synopsys/dwc2/hcd_dwc2.c @@ -1131,7 +1131,6 @@ static bool handle_channel_out_dma(dwc2_regs_t* dwc2, uint8_t ch_id, uint32_t hc hcd_xfer_t* xfer = &_hcd_data.xfer[ch_id]; dwc2_channel_t* channel = &dwc2->channel[ch_id]; hcd_endpoint_t* edpt = &_hcd_data.edpt[xfer->ep_id]; - const dwc2_channel_char_t hcchar = {.value = channel->hcchar}; dwc2_channel_split_t hcsplt = {.value = channel->hcsplt}; bool is_done = false; |
