We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528a25e commit 134ebe7Copy full SHA for 134ebe7
cores/arduino/SERCOM.h
@@ -248,7 +248,7 @@ class SERCOM
248
uint32_t getFreqRef(void) { return freqRef; };
249
#else
250
// The equivalent SAMD21 dummy functions...
251
- void setClockSource(int8_t idx, SercomClockSource src, bool core) { (void)idx; (void)src; (void)core };
+ void setClockSource(int8_t idx, SercomClockSource src, bool core) { (void)idx; (void)src; (void)core; };
252
SercomClockSource getClockSource(void) { return SERCOM_CLOCK_SOURCE_FCPU; };
253
uint32_t getFreqRef(void) { return F_CPU; };
254
#endif
0 commit comments