mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 01:13:29 +00:00
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:
parent
0e59372648
commit
045b784f25
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue