Ready for V5.1.1 release.

This commit is contained in:
Richard Barry 2008-11-20 16:16:31 +00:00
parent 5e238dd6f4
commit 57e58b25af
72 changed files with 102 additions and 102 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS.org V5.1.0 - Copyright (C) 2003-2008 Richard Barry.
FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.
This file is part of the FreeRTOS.org distribution.
@ -109,7 +109,7 @@ top of this file. */
#define mainGEN_QUEUE_TASK_PRIORITY ( tskIDLE_PRIORITY )
/* The WEB server task uses more stack than most other tasks because of its
reliance on using sprintf(). */
reliance on using sprintf(). */
#define mainBASIC_WEB_STACK_SIZE ( configMINIMAL_STACK_SIZE * 2 )
/*
@ -124,7 +124,7 @@ static void prvSetupHardware( void );
static void prvCheckTask( void *pvParameters );
/*
* The task that implements the WEB server.
* The task that implements the WEB server.
*/
extern void vuIP_Task( void *pvParameters );