mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Update SuperH port to include WEB server.
This commit is contained in:
parent
bbe10cf550
commit
92ae2d0724
32 changed files with 3612 additions and 137 deletions
|
@ -125,7 +125,15 @@ void vParTestToggleLED( unsigned portBASE_TYPE uxLED )
|
|||
taskEXIT_CRITICAL();
|
||||
}
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
long lParTestGetLEDState( void )
|
||||
{
|
||||
/* Returns the state of the fifth LED. */
|
||||
return PE.DR.WORD & usLEDMasks[ 4 ];
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue