summaryrefslogtreecommitdiff
path: root/firmware/drivers/m66591.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/m66591.c')
-rw-r--r--firmware/drivers/m66591.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/m66591.c b/firmware/drivers/m66591.c
index 5da1908290..822585d882 100644
--- a/firmware/drivers/m66591.c
+++ b/firmware/drivers/m66591.c
@@ -208,7 +208,7 @@ static void control_received(void) {
208 /* acknowledge packet recieved (clear valid) */ 208 /* acknowledge packet recieved (clear valid) */
209 M66591_INTSTAT_MAIN &= ~(1<<3); 209 M66591_INTSTAT_MAIN &= ~(1<<3);
210 210
211 usb_core_control_request(&temp); 211 usb_core_legacy_control_request(&temp);
212} 212}
213 213
214/* This is a helper function, it is used to notife the stack that a transfer is 214/* This is a helper function, it is used to notife the stack that a transfer is