diff options
author | Keith Packard <keithp@keithp.com> | 2015-01-16 22:09:26 +1300 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-01-16 22:09:26 +1300 |
commit | e05e0c6b71a1df65f188e00622e9632eb27510fd (patch) | |
tree | 1bd7d409853dc6ab71e3083c5e20bfafaa61797d /src/lpc/ao_arch.h | |
parent | 2a053d3d157e00b6a6406f4f78ddb8e298b6c4b7 (diff) |
Set version to 1.5.9.11.5.9.1
Diffstat (limited to 'src/lpc/ao_arch.h')
-rw-r--r-- | src/lpc/ao_arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lpc/ao_arch.h b/src/lpc/ao_arch.h index 42faf06f..1b4c61f2 100644 --- a/src/lpc/ao_arch.h +++ b/src/lpc/ao_arch.h @@ -124,6 +124,8 @@ ao_adc_init(void); #define AO_USB_OUT_EP 2 #define AO_USB_IN_EP 3 +extern uint8_t ao_usb_out_avail; + void ao_serial_init(void); |