diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 00368df0e6c..3c122166b46 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -3041,8 +3041,8 @@ build handle and enables the API mm_addregion(start, end);
CONFIG_TICKS_PER_MSEC: The default system timer is 100Hz
- or TICKS_PER_MSEC=10. This setting may be defined to inform NuttX
+ 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.