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 91fba1f28b
commit ea1594a398
115 changed files with 419 additions and 226 deletions
+2 -2
View File
@@ -186,8 +186,8 @@ CONFIG_HAVE_LIBM=n
# time console output
# CONFIG_HAVE_GETPUTC - architecture supports low-level, boot
# time console input
# CONFIG_TICKS_PER_MSEC - The default system timer is 100Hz
# or TICKS_PER_MSEC=10. This setting may be defined to
# 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.