Skip to content

Commit

Permalink
digispark: fix #288 by using pkg-config to locate libusb-compat includes
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Jan 30, 2017
1 parent 4387a0b commit b163b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/digispark/littleWire.go
@@ -1,6 +1,6 @@
package digispark

//#cgo LDFLAGS: -lusb
//#cgo pkg-config: libusb
//#include "littleWire.h"
//#include "littleWire_servo.h"
//typedef usb_dev_handle littleWire;
Expand Down

0 comments on commit b163b5f

Please sign in to comment.