Update the Eclipse/MingW project to account for the new Win32 simulator port layer (which has better timing).

This commit is contained in:
Richard Barry 2013-10-29 12:32:04 +00:00
parent 6642926d43
commit 73df0ffdff
3 changed files with 260 additions and 257 deletions

View file

@ -153,7 +153,7 @@ int main( void )
static void prvCheckTask( void *pvParameters )
{
portTickType xNextWakeTime;
const portTickType xCycleFrequency = 5000 / portTICK_RATE_MS;
const portTickType xCycleFrequency = 2500 / portTICK_RATE_MS;
char *pcStatusMessage = "OK";
/* Just to remove compiler warning. */