Skip to content

Commit

Permalink
Merge pull request #425 from antoinevg/antoinevg/fix-mass-storage-exa…
Browse files Browse the repository at this point in the history
…mple

greatdancer: fix facedancer usb mass storage example not working
  • Loading branch information
antoinevg authored Jan 18, 2024
2 parents eea5545 + 469deb6 commit f6585e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/greatfet_usb/classes/greatdancer.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define CLASS_NUMBER_SELF (0x104)

typedef char packet_buffer[4096];
typedef char packet_buffer[512];

/**
* Buffers for each of the relevant endpoints.
Expand Down

0 comments on commit f6585e8

Please sign in to comment.