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 92e0e90 commit a8e1302Copy full SHA for a8e1302
variants/feather_m4/variant.h
@@ -32,6 +32,10 @@
32
/** Master clock frequency */
33
#define VARIANT_MCK (120000000ul)
34
35
+#define VARIANT_GCLK0_FREQ (120000000UL)
36
+#define VARIANT_GCLK1_FREQ (48000000UL)
37
+#define VARIANT_GCLK2_FREQ (100000000UL)
38
+
39
/*----------------------------------------------------------------------------
40
* Headers
41
*----------------------------------------------------------------------------*/
0 commit comments