mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Tidy up SuperH port a bit ready for release.
This commit is contained in:
parent
9b27b75715
commit
e35180acd9
11 changed files with 171 additions and 172 deletions
|
@ -130,7 +130,7 @@ void vParTestToggleLED( unsigned portBASE_TYPE uxLED )
|
|||
long lParTestGetLEDState( void )
|
||||
{
|
||||
/* Returns the state of the fifth LED. */
|
||||
return PE.DR.WORD & usLEDMasks[ 4 ];
|
||||
return !( PE.DR.WORD & usLEDMasks[ 4 ] );
|
||||
}
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue