summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/at32uc3
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-24 19:11:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-24 19:11:47 +0000
commit5bdc7cbf57328f7bcb44e88711a1614a3fe941b8 (patch)
tree1367ff639be0fef26217d6eea3b1302a31685029 /nuttx/arch/avr/src/at32uc3
parent6d12ed46f64ff4fc630479b3508a6c781b3e2a4e (diff)
downloadpx4-nuttx-5bdc7cbf57328f7bcb44e88711a1614a3fe941b8.tar.gz
px4-nuttx-5bdc7cbf57328f7bcb44e88711a1614a3fe941b8.tar.bz2
px4-nuttx-5bdc7cbf57328f7bcb44e88711a1614a3fe941b8.zip
Add resource.h and fixed frequently cloned typo
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3642 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/avr/src/at32uc3')
-rw-r--r--nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c b/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c
index aa341c3af..3d1713909 100644
--- a/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c
+++ b/nuttx/arch/avr/src/at32uc3/at32uc3_timerisr.c
@@ -61,8 +61,8 @@
* setting that defaults to 100 (100 ticks per second = 10 MS interval).
*
* However, the AVR RTC does not support that default value well and so, we
- * will insist that default is over-ridden by CONFIG_TICKS_PER_MSEC in the
- * configuration file. Further, we will insist that CONFIG_TICKS_PER_MSEC
+ * will insist that default is over-ridden by CONFIG_MSEC_PER_TICK in the
+ * configuration file. Further, we will insist that CONFIG_MSEC_PER_TICK
* have the value 8 (see reasoning below).
*/