Skip to content

Commit

Permalink
greatdancer: fix facedancer usb mass storage example not working
Browse files Browse the repository at this point in the history
This commit reverts 516d98a
  • Loading branch information
antoinevg committed Jan 18, 2024
1 parent eea5545 commit 469deb6
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 469deb6

Please sign in to comment.