mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Spelling corrections in comments only.
This commit is contained in:
parent
00ad1a0200
commit
e682aec507
8 changed files with 9 additions and 9 deletions
|
@ -357,7 +357,7 @@ unsigned char ucOriginalSFRPage;
|
|||
|
||||
static void prvToggleOnBoardLED( void )
|
||||
{
|
||||
/* If the on board LED is on, turn it off and visa versa. */
|
||||
/* If the on board LED is on, turn it off and vice versa. */
|
||||
if( P1 & ucLED_BIT )
|
||||
{
|
||||
P1 &= ~ucLED_BIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue