diff options
author | Bdale Garbee <bdale@gag.com> | 2013-05-21 09:31:48 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-05-21 09:31:48 -0600 |
commit | 5a329c7f588334df7443b47c8f478ebadf312f62 (patch) | |
tree | f273c05c7659af0f8c5b7235789958583230d06e /src/core | |
parent | 9b138221283f0b8e8df5a799f75d73fd456028a0 (diff) | |
parent | 03fe10efd307da10e35c5f6a46f0c8b1a3888c57 (diff) |
Merge branch 'branch-1.2' of ssh://git.gag.com/scm/git/fw/altos into branch-1.2
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/ao_usb.h | 1 |
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)) |