Updated compiler version for RX RDK demo and completed initial web server demo. Still some tidying up to do.

This commit is contained in:
Richard Barry 2010-09-09 08:39:10 +00:00
parent a4893aed60
commit a91ec6efe7
17 changed files with 4241 additions and 4683 deletions

View file

@ -653,17 +653,11 @@ RegTest2Error:
}
/*-----------------------------------------------------------*/
void vTaskGetRunTimeStats( signed char *pcWriteBuffer )
{
/* Not implemented yet, so put here to keep the linker happy. */
}
/*-----------------------------------------------------------*/
char *pcGetTaskStatusMessage( void )
{
/* Not bothered about a critical section here. This just returns a string
that is displaed on the "Task Stats" WEB page served by this demo. */
return pcStatusMessage;
return ( char * ) pcStatusMessage;
}
/*-----------------------------------------------------------*/