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 4390230 commit 22501c8Copy full SHA for 22501c8
cores/arduino/SERCOM.cpp
@@ -47,6 +47,11 @@ SERCOM::SERCOM(Sercom* s)
47
#elif SERCOM_SPI_FREQ_REF == 100000000 // 100 MHz clock = GCLK2
48
clockSource = SERCOM_CLOCK_SOURCE_100M;
49
#endif
50
+ #ifdef SEEED_GROVE_UI_WIRELESS
51
+ if (sercom == SERCOM7 /* LCD interface */) {
52
+ clockSource = SERCOM_CLOCK_SOURCE_FCPU;
53
+ }
54
+ #endif
55
#endif // end __SAMD51__
56
}
57
0 commit comments