fixed bug 3064204.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2189 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
f385c034a5
commit
0f943a5e86
|
@ -69,7 +69,9 @@
|
||||||
/**
|
/**
|
||||||
* @brief Sleep mode related APIs inclusion switch.
|
* @brief Sleep mode related APIs inclusion switch.
|
||||||
*/
|
*/
|
||||||
|
#if !defined(CAN_USE_SLEEP_MODE) || defined(__DOXYGEN__)
|
||||||
#define CAN_USE_SLEEP_MODE TRUE
|
#define CAN_USE_SLEEP_MODE TRUE
|
||||||
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Derived constants and error checks. */
|
/* Derived constants and error checks. */
|
||||||
|
|
|
@ -58,6 +58,9 @@
|
||||||
*** Releases ***
|
*** Releases ***
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
|
*** 2.0.5 ***
|
||||||
|
- FIX: Fixed CAN_USE_SLEEP_MODE setting (bug 3064204).
|
||||||
|
|
||||||
*** 2.0.4 ***
|
*** 2.0.4 ***
|
||||||
- FIX: Fixed potential issue with GCC reorganizing instructions around "asm
|
- FIX: Fixed potential issue with GCC reorganizing instructions around "asm
|
||||||
volatile" statements (bug 3058731).
|
volatile" statements (bug 3058731).
|
||||||
|
|
Loading…
Reference in New Issue