summaryrefslogtreecommitdiff
path: root/nuttx/configs/qemu-i486
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/qemu-i486')
-rw-r--r--nuttx/configs/qemu-i486/nsh/defconfig2
-rw-r--r--nuttx/configs/qemu-i486/ostest/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/qemu-i486/nsh/defconfig b/nuttx/configs/qemu-i486/nsh/defconfig
index 9660d737a..890d82dea 100644
--- a/nuttx/configs/qemu-i486/nsh/defconfig
+++ b/nuttx/configs/qemu-i486/nsh/defconfig
@@ -185,7 +185,7 @@ CONFIG_UART3_2STOP=0
# memory manager must 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.
+# 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/qemu-i486/ostest/defconfig b/nuttx/configs/qemu-i486/ostest/defconfig
index 1de263651..816974678 100644
--- a/nuttx/configs/qemu-i486/ostest/defconfig
+++ b/nuttx/configs/qemu-i486/ostest/defconfig
@@ -101,7 +101,7 @@ CONFIG_ARCH_DMA=n
# memory manager must 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.
+# 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.