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:
gdisirio 2010-09-25 05:50:12 +00:00
parent f385c034a5
commit 0f943a5e86
2 changed files with 5 additions and 0 deletions

View File

@ -69,7 +69,9 @@
/**
* @brief Sleep mode related APIs inclusion switch.
*/
#if !defined(CAN_USE_SLEEP_MODE) || defined(__DOXYGEN__)
#define CAN_USE_SLEEP_MODE TRUE
#endif
/*===========================================================================*/
/* Derived constants and error checks. */

View File

@ -58,6 +58,9 @@
*** Releases ***
*****************************************************************************
*** 2.0.5 ***
- FIX: Fixed CAN_USE_SLEEP_MODE setting (bug 3064204).
*** 2.0.4 ***
- FIX: Fixed potential issue with GCC reorganizing instructions around "asm
volatile" statements (bug 3058731).