File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ports/atmel-samd/asf4_conf/samd21 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 109
109
// <i> Indicates whether configuration for OSC32K is enabled or not
110
110
// <id> enable_osc32k
111
111
#ifndef CONF_OSC32K_CONFIG
112
- #define CONF_OSC32K_CONFIG 0
112
+ #define CONF_OSC32K_CONFIG 1 <
A6FD
/div>
113
113
#endif
114
114
115
115
// <h> 32kHz Internal Oscillator (OSC32K) Control
116
116
// <q> Internal 32K Oscillator Enable
117
117
// <i> Indicates whether Internal 32K Oscillator is enabled or not
118
118
// <id> osc32k_arch_enable
119
119
#ifndef CONF_OSC32K_ENABLE
120
- #define CONF_OSC32K_ENABLE 0
120
+ #define CONF_OSC32K_ENABLE 1
121
121
#endif
122
122
123
123
// <q> On Demand Control
142
142
// <i> Enable 32 Khz Output
143
143
// <id> osc32k_arch_en32k
144
144
#ifndef CONF_OSC32K_EN32K
145
- #define CONF_OSC32K_EN32K 0
145
+ #define CONF_OSC32K_EN32K 1
146
146
#endif
147
147
148
148
// <q> Enable 1K
You can’t perform that action at this time.
0 commit comments