File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,14 @@ typedef enum
156
156
// but the enumeration is made regardless so user code doesn't need
157
157
// ifdefs or lengthy comments explaining the different situations --
158
158
// the clock-sourcing functions just compile to nothing on SAMD21.
159
- typedef enum SercomClockSource {
159
+ typedef enum {
160
160
SERCOM_CLOCK_SOURCE_FCPU, // F_CPU clock (GCLK0)
161
161
SERCOM_CLOCK_SOURCE_48M, // 48 MHz peripheral clock (GCLK1) (standard)
162
162
SERCOM_CLOCK_SOURCE_100M, // 100 MHz peripheral clock (GCLK2)
163
163
SERCOM_CLOCK_SOURCE_32K, // XOSC32K clock (GCLK3)
164
164
SERCOM_CLOCK_SOURCE_12M, // 12 MHz peripheral clock (GCLK4)
165
165
SERCOM_CLOCK_SOURCE_NO_CHANGE // Leave clock source setting unchanged
166
- };
166
+ } SercomClockSource ;
167
167
168
168
class SERCOM
169
169
{
You can’t perform that action at this time.
0 commit comments