Fixed bug 3602306.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5097 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2013-02-02 10:14:30 +00:00
parent 75a75a7ddc
commit 3673706148
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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).