Skip to content

Commit

Permalink
Fix typo in default handle_usb_setup() definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark authored Jan 16, 2022
1 parent 891dbcf commit 23bafa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/library/defusbsetup.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <fx2usb.h>

void handle_usb_request(__xdata struct usb_req_setup *request) {
void handle_usb_setup(__xdata struct usb_req_setup *request) {
request;
STALL_EP0();
}

0 comments on commit 23bafa3

Please sign in to comment.