Revision 732a4657 modules/NUCLEO-F103RB/chconf.h

View differences:

modules/NUCLEO-F103RB/chconf.h
123 123
 */
124 124
/*===========================================================================*/
125 125

  
126
/**
127
 * @brief   Flag to enable/disable sleep mode when the system is idle.
128
 */
129
#define CORTEX_ENABLE_WFI_IDLE                  TRUE
130

  
126 131
/** @} */
127 132

  
128 133
/*===========================================================================*/
......
132 137
 */
133 138
/*===========================================================================*/
134 139

  
135
/**
136
 * @brief   Flag to enable/disable sleep mode when the system is idle.
137
 */
138
#define CORTEX_ENABLE_WFI_IDLE                  TRUE
139

  
140 140
// common definitions in aos_chconf.h
141 141

  
142 142
/** @} */

Also available in: Unified diff