summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/ntosd-dm320/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-24 19:11:47 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-05-24 19:11:47 +0000
commit7c31e05c3f93721ba5f3d8fcdebc09405405138b (patch)
tree1367ff639be0fef26217d6eea3b1302a31685029 /nuttx/configs/ntosd-dm320/nsh/defconfig
parent79f0054c2e04cda2ddc888bbb143782e71137b47 (diff)
Add resource.h and fixed frequently cloned typo
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3642 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/ntosd-dm320/nsh/defconfig')
-rw-r--r--nuttx/configs/ntosd-dm320/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ntosd-dm320/nsh/defconfig b/nuttx/configs/ntosd-dm320/nsh/defconfig
index 78f2aeddb9..f1f5815130 100644
--- a/nuttx/configs/ntosd-dm320/nsh/defconfig
+++ b/nuttx/configs/ntosd-dm320/nsh/defconfig
@@ -154,8 +154,8 @@ CONFIG_HAVE_LIBM=n
# handle and enables the API mm_addregion(start, end);
# CONFIG_ARCH_LOWPUTC - architecture supports low-level, boot
# time console output
-# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz
-# or TICKS_PER_MSEC=10. This setting may be defined to
+# CONFIG_MSEC_PER_TICK - The default system timer is 100Hz
+# or MSEC_PER_TICK=10. This setting may be defined to
# inform NuttX that the processor hardware is providing
# system timer interrupts at some interrupt interval other
# than 10 msec.