summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s6965-ek
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/configs/lm3s6965-ek
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/configs/lm3s6965-ek')
-rwxr-xr-xnuttx/configs/lm3s6965-ek/nsh/defconfig4
-rwxr-xr-xnuttx/configs/lm3s6965-ek/nx/defconfig4
-rwxr-xr-xnuttx/configs/lm3s6965-ek/ostest/defconfig4
3 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/lm3s6965-ek/nsh/defconfig b/nuttx/configs/lm3s6965-ek/nsh/defconfig
index 27d09a868..1572b1456 100755
--- a/nuttx/configs/lm3s6965-ek/nsh/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nsh/defconfig
@@ -229,8 +229,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.
diff --git a/nuttx/configs/lm3s6965-ek/nx/defconfig b/nuttx/configs/lm3s6965-ek/nx/defconfig
index 8c89c0594..759c14d3a 100755
--- a/nuttx/configs/lm3s6965-ek/nx/defconfig
+++ b/nuttx/configs/lm3s6965-ek/nx/defconfig
@@ -234,8 +234,8 @@ CONFIG_SPI_CMDDATA=y
# 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.
diff --git a/nuttx/configs/lm3s6965-ek/ostest/defconfig b/nuttx/configs/lm3s6965-ek/ostest/defconfig
index 7c678b3a4..a9708b660 100755
--- a/nuttx/configs/lm3s6965-ek/ostest/defconfig
+++ b/nuttx/configs/lm3s6965-ek/ostest/defconfig
@@ -229,8 +229,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.