mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 17:17:44 -04:00
fix typo
This commit is contained in:
parent
ce66916378
commit
e2433e63d4
1 changed files with 1 additions and 1 deletions
2
timers.c
2
timers.c
|
@ -409,7 +409,7 @@
|
|||
}
|
||||
|
||||
/* Priority commands must be executed before any standard commands
|
||||
* now in the queue for this timer, so them to the front of the
|
||||
* now in the queue for this timer, so send them to the front of the
|
||||
* queue. */
|
||||
if( xCommandID <= tmrLAST_PRIORITY_COMMAND )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue