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
This commit is contained in:
patacongo 2011-05-24 19:11:47 +00:00
parent 086618bfa9
commit 2ebb6cbf4a

View File

@ -61,8 +61,8 @@
* setting that defaults to 100 (100 ticks per second = 10 MS interval).
*
* However, the AVR RTC does not support that default value well and so, we
* will insist that default is over-ridden by CONFIG_TICKS_PER_MSEC in the
* configuration file. Further, we will insist that CONFIG_TICKS_PER_MSEC
* will insist that default is over-ridden by CONFIG_MSEC_PER_TICK in the
* configuration file. Further, we will insist that CONFIG_MSEC_PER_TICK
* have the value 8 (see reasoning below).
*/