Skip to content

Commit

Permalink
Update usbdriver.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DediprogEvy authored Feb 15, 2022
1 parent 859f335 commit f5646a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usbdriver.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "usbdriver.h"
#include "FlashCommand.h"
#include "project.h"
#include <libusb.h>
#include <libusb-1.0/libusb.h>
#include <string.h>

unsigned int m_nbDeviceDetected = 0;
Expand Down

0 comments on commit f5646a6

Please sign in to comment.