From 045b784f25233447dddee5b6dea1bb1fa1341519 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 24 May 2011 19:11:47 +0000 Subject: [PATCH] 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 --- Documentation/NuttxPortingGuide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.