summaryrefslogtreecommitdiff
path: root/nuttx/configs/kwikstik-k40/include
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/kwikstik-k40/include')
-rwxr-xr-xnuttx/configs/kwikstik-k40/include/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/kwikstik-k40/include/board.h b/nuttx/configs/kwikstik-k40/include/board.h
index ee5083454..97fd786ac 100755
--- a/nuttx/configs/kwikstik-k40/include/board.h
+++ b/nuttx/configs/kwikstik-k40/include/board.h
@@ -70,7 +70,7 @@
#define BOARD_PLLIN_FREQ (BOARD_EXTAL_FREQ / BOARD_PRDIV)
#define BOARD_PLLOUT_FREQ (BOARD_EXTAL_FREQ * BOARD_VDIV)
-#define BOARD_MCG_FREQ BOARD_PLL_FREQ
+#define BOARD_MCG_FREQ BOARD_PLLOUT_FREQ
/* SIM CLKDIV1 dividers */