Fixed bug 3602306.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5097 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
75a75a7ddc
commit
3673706148
|
@ -106,7 +106,7 @@
|
|||
/**
|
||||
* @brief Dedicated data pump threads priority.
|
||||
*/
|
||||
#if !defined(STM32_USB_OTG_THREAD_PRIORITY) || defined(__DOXYGEN__)
|
||||
#if !defined(STM32_USB_OTG_THREAD_PRIO) || defined(__DOXYGEN__)
|
||||
#define STM32_USB_OTG_THREAD_PRIO LOWPRIO
|
||||
#endif
|
||||
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.5.2 ***
|
||||
- FIX: Fixed #define typo in usb_lld.h (OTGv1) (bug 3602306).
|
||||
- FIX: Fixed STM32F0 RCC enable/disable/reset functions for CRC and WWDG
|
||||
(bug 3602150).
|
||||
- FIX: Fixed missing parenthesis in use of macro arguments (bug 3601638).
|
||||
|
|
Loading…
Reference in New Issue