File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ definitions. */
138
138
* for the function is as per the other ports:
139
139
* StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters );
140
140
*
141
- * As per the standard RISC-V ABI pxTopcOfStack is passed in in a0, pxCode in
141
+ * As per the standard RISC-V ABI pxTopOfStack is passed in in a0, pxCode in
142
142
* a1, and pvParameters in a2. The new top of stack is passed out in a0.
143
143
*
144
144
* RISC-V maps registers to ABI names as follows (X1 to X31 integer registers
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ portUPDATE_MTIMER_COMPARE_REGISTER MACRO
147
147
* for the function is as per the other ports:
148
148
* StackType_t *pxPortInitialiseStack( StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters );
149
149
*
150
- * As per the standard RISC-V ABI pxTopcOfStack is passed in in a0, pxCode in
150
+ * As per the standard RISC-V ABI pxTopOfStack is passed in in a0, pxCode in
151
151
* a1, and pvParameters in a2. The new top of stack is passed out in a0.
152
152
*
153
153
* RISC-V maps registers to ABI names as follows (X1 to X31 integer registers
You can’t perform that action at this time.
0 commit comments