]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/usb.c
Some random cleanup
[proxmark3-svn] / common / usb.c
index 1c29611557222cf60c9ac7c2e54241aec2639a89..3de7d369f28087cfb3c026e40d405d9097e25af1 100644 (file)
@@ -8,7 +8,7 @@
 // The common USB driver used for both the bootloader and the application.
 //-----------------------------------------------------------------------------
 
 // The common USB driver used for both the bootloader and the application.
 //-----------------------------------------------------------------------------
 
-#include <proxmark3.h>
+#include "proxmark3.h"
 
 #define min(a, b) (((a) > (b)) ? (b) : (a))
 
 
 #define min(a, b) (((a) > (b)) ? (b) : (a))
 
Impressum, Datenschutz