summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-26 20:35:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-26 20:35:45 +0000
commit7e5a4e332b7b7294b9e466944f69076a310e8eb9 (patch)
tree53f711d7dac405b59e8e3675f1f0e3b7d103c37d /nuttx/configs/stm3210e-eval
parentff96f786f0d77a1550f5096afb902eaef0e291ff (diff)
downloadpx4-nuttx-7e5a4e332b7b7294b9e466944f69076a310e8eb9.tar.gz
px4-nuttx-7e5a4e332b7b7294b9e466944f69076a310e8eb9.tar.bz2
px4-nuttx-7e5a4e332b7b7294b9e466944f69076a310e8eb9.zip
Add IRQ and SYSTICK logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2099 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rwxr-xr-xnuttx/configs/stm3210e-eval/include/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/include/board.h b/nuttx/configs/stm3210e-eval/include/board.h
index 7a747cf9d..43bf0cf0d 100755
--- a/nuttx/configs/stm3210e-eval/include/board.h
+++ b/nuttx/configs/stm3210e-eval/include/board.h
@@ -52,7 +52,8 @@
/* Clocking *************************************************************************/
-# warning "This frequencies are still needed"
+# warning "These frequencies are still needed"
+#define SYSCLK_FREQUENCY 1
#define STM32_PCLK1_FREQUENCY 1
#define STM32_PCLK2_FREQUENCY 1