mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Update the Eclipse/MingW project to account for the new Win32 simulator port layer (which has better timing).
This commit is contained in:
parent
6642926d43
commit
73df0ffdff
3 changed files with 260 additions and 257 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue