dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
187 stars 80 forks source link

Fix compile error on macOS: usb.h not found #53

Closed tgtakaoka closed 6 years ago

tgtakaoka commented 6 years ago

This fixes the following compile error on macOS.

In file included from util/usbutil.c:22:
util/usbutil.h:23:10: fatal error: 'usb.h' file not found
#include <usb.h>
         ^~~~~~~
1 error generated.
make: *** [util/usbutil.o] Error 1
tgtakaoka commented 6 years ago

Oops, created on wrong branch.