diff options
| author | HiFiPhile <[email protected]> | 2024-02-01 11:12:20 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-01 11:12:20 +0100 |
| commit | d692d7783408dc5ac1f3d21b40b06eff6d722910 (patch) | |
| tree | 2e9ec39d15071c5ce37a437aac729245da6ef57e /test/fuzz/dcd_fuzz.cc | |
| parent | 4c510c12b1d0a0bfb0726c0100ff22cd892aa1e8 (diff) | |
| parent | f505cc2add915c2e68c5d26a2804757c6b904bfe (diff) | |
Merge branch 'master' into src/portable/synopsys/dwc2/fix_sof_int_handling
Diffstat (limited to 'test/fuzz/dcd_fuzz.cc')
| -rw-r--r-- | test/fuzz/dcd_fuzz.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fuzz/dcd_fuzz.cc b/test/fuzz/dcd_fuzz.cc index 6403015dd..06ddddc4a 100644 --- a/test/fuzz/dcd_fuzz.cc +++ b/test/fuzz/dcd_fuzz.cc @@ -185,7 +185,7 @@ bool dcd_edpt_xfer(uint8_t rhport, uint8_t ep_addr, uint8_t *buffer, /* TODO: implement a fuzzed version of this. bool dcd_edpt_xfer_fifo(uint8_t rhport, uint8_t ep_addr, tu_fifo_t *ff, - uint16_t total_bytes) {} + uint16_t total_bytes) {} */ // Stall endpoint, any queuing transfer should be removed from endpoint @@ -205,4 +205,4 @@ void dcd_edpt_clear_stall(uint8_t rhport, uint8_t ep_addr) { UNUSED(ep_addr); return; } -}
\ No newline at end of file +} |
