Revision fa64dbd6 modules/LightRing_1-0/chconf.h

View differences:

modules/LightRing_1-0/chconf.h
43 43
 * @note    Allowed values are 16 or 32 bits.
44 44
 */
45 45
#if !defined(CH_CFG_ST_RESOLUTION)
46
#define CH_CFG_ST_RESOLUTION                16
46
#define CH_CFG_ST_RESOLUTION                    16
47 47
#endif
48 48

  
49 49
// more common definition in aos_chconf.h
......
127 127
 * @brief   NVIC VTOR initialization offset.
128 128
 * @details On initialization, the code at this address in the flash memory will be executed.
129 129
 */
130
#define CORTEX_VTOR_INIT 0x00006000U
130
#define CORTEX_VTOR_INIT                        0x00006000U
131 131

  
132 132
/** @} */
133 133

  
......
138 138
 */
139 139
/*===========================================================================*/
140 140

  
141
/**
142
 * @brief   Flag to enable/disable sleep mode when the system is idle.
143
 */
144
#define CORTEX_ENABLE_WFI_IDLE                  TRUE
145

  
141 146
// common definitions in aos_chconf.h
142 147

  
143 148
/** @} */

Also available in: Unified diff