Skip to content

Commit cb19071

Browse files
committed
CPU clock is now 8MHz
1 parent 487a052 commit cb19071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/asf4_conf/samd21/peripheral_clk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* \brief CPU's Clock frequency
4747
*/
4848
#ifndef CONF_CPU_FREQUENCY
49-
#define CONF_CPU_FREQUENCY 48000000
49+
#define CONF_CPU_FREQUENCY 8000000
5050
#endif
5151

5252
// <y> Core Clock Source

0 commit comments

Comments
 (0)