summaryrefslogtreecommitdiff
path: root/test/fuzz/dcd_fuzz.cc
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-02-01 11:12:20 +0100
committerGitHub <[email protected]>2024-02-01 11:12:20 +0100
commitd692d7783408dc5ac1f3d21b40b06eff6d722910 (patch)
tree2e9ec39d15071c5ce37a437aac729245da6ef57e /test/fuzz/dcd_fuzz.cc
parent4c510c12b1d0a0bfb0726c0100ff22cd892aa1e8 (diff)
parentf505cc2add915c2e68c5d26a2804757c6b904bfe (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.cc4
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
+}