Fixed Bug #753
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9588 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b4ddc58755
commit
68f0f02c38
|
@ -55,7 +55,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief OTG1 driver enable switch.
|
* @brief OTG1 driver enable switch.
|
||||||
* @details If set to @p TRUE the support for OTG_FS is included.
|
* @details If set to @p TRUE the support for OTG_FS is included.
|
||||||
* @note The default is @p TRUE.
|
* @note The default is @p FALSE.
|
||||||
*/
|
*/
|
||||||
#if !defined(STM32_USB_USE_OTG1) || defined(__DOXYGEN__)
|
#if !defined(STM32_USB_USE_OTG1) || defined(__DOXYGEN__)
|
||||||
#define STM32_USB_USE_OTG1 FALSE
|
#define STM32_USB_USE_OTG1 FALSE
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief OTG2 driver enable switch.
|
* @brief OTG2 driver enable switch.
|
||||||
* @details If set to @p TRUE the support for OTG_HS is included.
|
* @details If set to @p TRUE the support for OTG_HS is included.
|
||||||
* @note The default is @p TRUE.
|
* @note The default is @p FALSE.
|
||||||
*/
|
*/
|
||||||
#if !defined(STM32_USB_USE_OTG2) || defined(__DOXYGEN__)
|
#if !defined(STM32_USB_USE_OTG2) || defined(__DOXYGEN__)
|
||||||
#define STM32_USB_USE_OTG2 FALSE
|
#define STM32_USB_USE_OTG2 FALSE
|
||||||
|
|
|
@ -73,6 +73,8 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 16.1.5 ***
|
*** 16.1.5 ***
|
||||||
|
- HAL: Fixed errors in documentation related to OTG peripheral switches
|
||||||
|
(bug #753).
|
||||||
- HAL: Fixed CMSIS function osThreadGetPriority() does not return correct
|
- HAL: Fixed CMSIS function osThreadGetPriority() does not return correct
|
||||||
priority (bug #752).
|
priority (bug #752).
|
||||||
- HAL: Fixed wrong conditional branches in _adc_isr_error_code (bug #751).
|
- HAL: Fixed wrong conditional branches in _adc_isr_error_code (bug #751).
|
||||||
|
|
Loading…
Reference in New Issue