summaryrefslogtreecommitdiffstats
path: root/nuttx/Documentation
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/Documentation
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/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 00368df0e6..3c122166b4 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -3041,8 +3041,8 @@ build
handle and enables the API mm_addregion(start, end);
</li>
<li>
- <code>CONFIG_TICKS_PER_MSEC</code>: The default system timer is 100Hz
- or <code>TICKS_PER_MSEC</code>=10. This setting may be defined to inform NuttX
+ <code>CONFIG_MSEC_PER_TICK</code>: The default system timer is 100Hz
+ or <code>MSEC_PER_TICK</code>=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.
</li>