summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_timerisr.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-07 22:11:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-07 22:11:40 +0000
commit6513234d7d98c48ee6ffdd56e19f3e987eb753fb (patch)
tree64ed608da4c19d7cdc0473a0bcf74344aabc2681 /nuttx/arch/arm/src/stm32/stm32_timerisr.c
parent19b930ec0781b037b3b7fdde0a0fddc798861fe8 (diff)
downloadpx4-nuttx-6513234d7d98c48ee6ffdd56e19f3e987eb753fb.tar.gz
px4-nuttx-6513234d7d98c48ee6ffdd56e19f3e987eb753fb.tar.bz2
px4-nuttx-6513234d7d98c48ee6ffdd56e19f3e987eb753fb.zip
STM32F3Discovery port is complete, builds, and is ready for testing
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_timerisr.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_timerisr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_timerisr.c b/nuttx/arch/arm/src/stm32/stm32_timerisr.c
index ff6499415..ea6456190 100644
--- a/nuttx/arch/arm/src/stm32/stm32_timerisr.c
+++ b/nuttx/arch/arm/src/stm32/stm32_timerisr.c
@@ -77,7 +77,7 @@
# define SYSTICK_RELOAD ((STM32_HCLK_FREQUENCY / CLK_TCK) - 1)
#endif
-/* The size of the reload field is 24 bits. Verify taht the reload value
+/* The size of the reload field is 24 bits. Verify that the reload value
* will fit in the reload register.
*/