Skip to content

Commit 2b7376a

Browse files
committed
RISC-V port comments
Fixed uC/OS-II references.
1 parent 0ab86bd commit 2b7376a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Ports/RISC-V/RV32/GCC/os_cpu_c.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ void OSTimeTickHook (void)
448448
*********************************************************************************************************
449449
* SYS TICK HANDLER
450450
*
451-
* Description: Handle the system tick (SysTick) interrupt, which is used to generate the uC/OS-II tick
451+
* Description: Handle the system tick (SysTick) interrupt, which is used to generate the uC/OS-III tick
452452
* interrupt.
453453
*
454454
* Arguments : None.
@@ -464,12 +464,12 @@ void SysTick_Handler (void)
464464

465465

466466
CPU_CRITICAL_ENTER();
467-
OSIntEnter(); /* Tell uC/OS-II that we are starting an ISR */
467+
OSIntEnter(); /* Tell uC/OS-III that we are starting an ISR */
468468
CPU_CRITICAL_EXIT();
469469

470-
OSTimeTick(); /* Call uC/OS-II's OSTimeTick() */
470+
OSTimeTick(); /* Call uC/OS-III's OSTimeTick() */
471471

472-
OSIntExit(); /* Tell uC/OS-II that we are leaving the ISR */
472+
OSIntExit(); /* Tell uC/OS-III that we are leaving the ISR */
473473
}
474474

475475

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy