summaryrefslogtreecommitdiff
path: root/nuttx/configs/nutiny-nuc120/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-27 23:14:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-27 23:14:48 +0000
commit2ecee1bde43e035ce8e2ab74982f25cb30f338fa (patch)
tree66f0495f157e96e1d88dfb786e6ca0c16813b67b /nuttx/configs/nutiny-nuc120/ostest
parentf6094628f833b3729b3a067ab6a0b789316f50d7 (diff)
downloadpx4-nuttx-2ecee1bde43e035ce8e2ab74982f25cb30f338fa.tar.gz
px4-nuttx-2ecee1bde43e035ce8e2ab74982f25cb30f338fa.tar.bz2
px4-nuttx-2ecee1bde43e035ce8e2ab74982f25cb30f338fa.zip
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
Diffstat (limited to 'nuttx/configs/nutiny-nuc120/ostest')
-rw-r--r--nuttx/configs/nutiny-nuc120/ostest/defconfig3
1 files changed, 2 insertions, 1 deletions
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