This commit is contained in:
Richard Barry 2009-08-09 19:10:57 +00:00
parent 1831418ec8
commit ed06a0400a
661 changed files with 707 additions and 676 deletions

View file

@ -1,5 +1,5 @@
/*
FreeRTOS V5.4.1 - Copyright (C) 2009 Real Time Engineers Ltd.
FreeRTOS V5.4.2 - Copyright (C) 2009 Real Time Engineers Ltd.
This file is part of the FreeRTOS distribution.
@ -97,6 +97,10 @@
/*-----------------------------------------------------------*/
#error The batch file Demo\NiosII_CycloneIII_DBC3C40_GCC\CreateProjectDirectoryStructure.bat must be executed before the first build. After executing the batch file hit F5 to refrech the Eclipse project, then delete this line.
/*-----------------------------------------------------------*/
/* The rate at which the LED controlled by the 'check' task will toggle when no
errors have been detected. */
#define mainNO_ERROR_PERIOD ( 5000 )