summaryrefslogtreecommitdiff
path: root/src/portable/mindmotion
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-10-22 16:57:11 +0200
committerMengsk <[email protected]>2025-10-22 20:21:57 +0200
commit30132e8e6d39447c0633f96594ff4bdac06d6bc8 (patch)
tree4561f4cd25b7c64b3e4cae552263cbf22340a53f /src/portable/mindmotion
parent27415e6114cb6e23ca085b21161eb79278f6b97b (diff)
Fix copilot issues
Signed-off-by: Mengsk <[email protected]>
Diffstat (limited to 'src/portable/mindmotion')
-rw-r--r--src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c b/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c
index 5cec4defb..6c0302031 100644
--- a/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c
+++ b/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c
@@ -128,7 +128,7 @@ static void prepare_next_setup_packet(uint8_t rhport)
_dcd.bdt[0][1][in_odd].data = 1;
_dcd.bdt[0][1][in_odd ^ 1].data = 0;
dcd_edpt_xfer(rhport, tu_edpt_addr(0, TUSB_DIR_OUT),
- _dcd.setup_packet, sizeof(_dcd.setup_packet));
+ _dcd.setup_packet, sizeof(_dcd.setup_packet), false);
}
static void process_stall(uint8_t rhport)