mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Align some Linux and RL78 port types with other ports (#727)
This commit is contained in:
parent
3786856b72
commit
785250de45
2 changed files with 9 additions and 9 deletions
|
@ -136,7 +136,7 @@ uint32_t *pulLocal;
|
|||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
portBASE_TYPE xPortStartScheduler( void )
|
||||
BaseType_t xPortStartScheduler( void )
|
||||
{
|
||||
/* Setup the hardware to generate the tick. Interrupts are disabled when
|
||||
this function is called. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue