summaryrefslogtreecommitdiff
path: root/src/stm32f4/ao_usb_gen.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-03-18 17:20:52 -0700
committerKeith Packard <keithp@keithp.com>2019-03-18 17:22:22 -0700
commit96c446b4dba6814d61317efb4d2dc99a3ca29e0c (patch)
treed260a3c4614d046c159927e10a87fa64a122223f /src/stm32f4/ao_usb_gen.h
parente38e1a2f735a1bb4aebf0817cdd99a05567c6340 (diff)
altos/stm32f4: Working on USB
Reset now works, still no packets Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm32f4/ao_usb_gen.h')
-rw-r--r--src/stm32f4/ao_usb_gen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm32f4/ao_usb_gen.h b/src/stm32f4/ao_usb_gen.h
index b059ddb7..d9a9cf92 100644
--- a/src/stm32f4/ao_usb_gen.h
+++ b/src/stm32f4/ao_usb_gen.h
@@ -106,5 +106,8 @@ ao_usb_in_interrupt(uint32_t mask);
void
ao_usb_out_interrupt(uint32_t mask);
+void
+ao_usb_int_interrupt(uint32_t mask);
+
#endif /* _AO_USB_GEN_H_ */