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
|
@ -115,7 +115,7 @@ unsigned long ulLED = partstFIRST_IO, ulCurrentState;
|
|||
attached. */
|
||||
ulLED <<= ( unsigned long ) uxLED;
|
||||
|
||||
/* If this bit is already set, clear it, and visa versa. */
|
||||
/* If this bit is already set, clear it, and vice versa. */
|
||||
ulCurrentState = IOPIN1;
|
||||
if( ulCurrentState & ulLED )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue