FIX: the HID-Flasher depends on libusb to be able to compile On OSX the 'include paths' is different when using homebrew.

This project compiles on Ubuntu with libusb-dev installed.     Lets see if it compiles on OSX....
This commit is contained in:
iceman1001 2017-01-20 19:25:42 +01:00
commit 360a5b1b3c
2 changed files with 9 additions and 4 deletions

View file

@ -13,7 +13,7 @@
#include <stdint.h>
#include <stdbool.h>
//#include <usb.h>
#include <usb.h>
#include "usb_cmd.h"
extern unsigned char return_on_error;