From 2ecee1bde43e035ce8e2ab74982f25cb30f338fa Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 27 Feb 2013 23:14:48 +0000 Subject: Fix error in NUC120 SysTick source clock setting; switch to core clock as SysTick clock source git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5684 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/nutiny-nuc120/ostest/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/nutiny-nuc120/ostest') diff --git a/nuttx/configs/nutiny-nuc120/ostest/defconfig b/nuttx/configs/nutiny-nuc120/ostest/defconfig index a8c8e26bb..2dd7568d4 100644 --- a/nuttx/configs/nutiny-nuc120/ostest/defconfig +++ b/nuttx/configs/nutiny-nuc120/ostest/defconfig @@ -164,7 +164,8 @@ CONFIG_NUC_UART1=y # CONFIG_NUC_PS2 is not set # CONFIG_NUC_I2S is not set CONFIG_NUC_INTHI=y -CONFIG_NUC_SYSTICK_XTALHI=y +CONFIG_NUC_SYSTICK_CORECLK=y +# CONFIG_NUC_SYSTICK_XTALHI is not set # CONFIG_NUC_SYSTICK_XTALLO is not set # CONFIG_NUC_SYSTICK_XTALHId2 is not set # CONFIG_NUC_SYSTICK_HCLKd2 is not set -- cgit v1.2.3