mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-18 09:08:33 -04:00
Updated version numbers to V4.1.3.
This commit is contained in:
parent
0958466903
commit
3e92d8aca0
103 changed files with 107 additions and 107 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
FreeRTOS.org V4.1.2 - Copyright (C) 2003-2006 Richard Barry.
|
||||
FreeRTOS.org V4.1.3 - Copyright (C) 2003-2006 Richard Barry.
|
||||
|
||||
This file is part of the FreeRTOS.org distribution.
|
||||
|
||||
|
@ -184,9 +184,9 @@ Changes from V4.0.5
|
|||
|
||||
Changes from V4.1.2
|
||||
|
||||
+ Tasks that block with a timeout of portMAX_DELAY are now blocked
|
||||
indefinitely. Previously portMAX_DELAY was just the longest block time
|
||||
possible.
|
||||
+ Tasks that block on events with a timeout of portMAX_DELAY are now
|
||||
blocked indefinitely if configINCLUDE_vTaskSuspend is defined.
|
||||
Previously portMAX_DELAY was just the longest block time possible.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue