add some more files.

This commit is contained in:
NIIBE Yutaka
2010-08-18 12:57:45 +09:00
parent 6cfc5155f6
commit e6116828c5
14 changed files with 2299 additions and 6 deletions

8
src/usb_lld.h Normal file
View File

@@ -0,0 +1,8 @@
/**
* @brief USB interrupt priority level setting.
*/
#if !defined(STM32_USB_IRQ_PRIORITY) || defined(__DOXYGEN__)
#define STM32_USB_IRQ_PRIORITY 11
#endif
void usb_lld_init (void);