mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Typo fixes.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
70ce4b4fc1
commit
85ceb7920e
@@ -43,7 +43,7 @@
|
||||
* has been created. This function is called to initialize
|
||||
* the processor specific portions of the new TCB.
|
||||
*
|
||||
* This function must setup the intial architecture registers
|
||||
* This function must setup the initial architecture registers
|
||||
* and/or stack so that execution will begin at tcb->start
|
||||
* on the next context switch.
|
||||
*
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* disable psu function temporily */
|
||||
/* disable psu function temporarily */
|
||||
|
||||
#define CONFIG_XC5_PSU_ENABLE
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
* has been created. This function is called to initialize
|
||||
* the processor specific portions of the new TCB.
|
||||
*
|
||||
* This function must setup the intial architecture registers
|
||||
* This function must setup the initial architecture registers
|
||||
* and/or stack so that execution will begin at tcb->start
|
||||
* on the next context switch.
|
||||
*
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* disable psu function temporily */
|
||||
/* disable psu function temporarily */
|
||||
|
||||
#define CEVAXM6_PSU_ENABLE 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user