summaryrefslogtreecommitdiff
path: root/lib/cp-usb.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-06 11:31:49 -0700
committerKeith Packard <keithp@keithp.com>2009-04-06 11:32:21 -0700
commit2d9b8a83a2d9f495199033e43f519d26f27938fe (patch)
tree495a2cbf1573ac0b42d6331e9627e28448c65ef7 /lib/cp-usb.c
parent24edd56155ed0fa02fdd8f66fdc7aa5a1021bf7d (diff)
Add support for a serial-connected custom debug dongle
This uses the cc1111 board as a custom debug dongle with faster methods for communicating with the debug target.
Diffstat (limited to 'lib/cp-usb.c')
-rw-r--r--lib/cp-usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cp-usb.c b/lib/cp-usb.c
index 6ab9092c..d227b78c 100644
--- a/lib/cp-usb.c
+++ b/lib/cp-usb.c
@@ -25,6 +25,7 @@
#include "cp-usb.h"
#include <stdio.h>
#include <errno.h>
+#include <libusb.h>
struct cp_usb {
usb_dev_handle *usb_dev;