summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-05-21 09:39:13 -0600
committerBdale Garbee <bdale@gag.com>2013-05-21 09:39:13 -0600
commit28d7fe977b17a861a8197c1412915a24978db38e (patch)
tree772eb0451be9d915aa6307635e3f5557311c9134 /src/core
parent97b80e3fef28d367a5ed1d18893accd1416cdf3f (diff)
parenta261bdbba3301cd29c1be7ba85f695f7b434cb03 (diff)
Merge branch 'branch-1.2' into debian
Diffstat (limited to 'src/core')
-rw-r--r--src/core/ao_usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ao_usb.h b/src/core/ao_usb.h
index 4476ee6b..6bc77608 100644
--- a/src/core/ao_usb.h
+++ b/src/core/ao_usb.h
@@ -114,6 +114,7 @@ extern __code __at (0x00aa) uint8_t ao_usb_descriptors [];
#define AO_USB_EP0_IDLE 0
#define AO_USB_EP0_DATA_IN 1
#define AO_USB_EP0_DATA_OUT 2
+#define AO_USB_EP0_STALL 3
#define LE_WORD(x) ((x)&0xFF),((uint8_t) (((uint16_t) (x))>>8))