Align some Linux and RL78 port types with other ports (#727)

This commit is contained in:
Zim Kalinowski 2023-07-28 10:42:18 +02:00 committed by GitHub
parent 3786856b72
commit 785250de45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -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. */