|
|
@ -145,7 +145,7 @@
|
|
|
|
/* The period after which the check timer will expire, in ms, provided no errors
|
|
|
|
/* The period after which the check timer will expire, in ms, provided no errors
|
|
|
|
have been reported by any of the standard demo tasks. ms are converted to the
|
|
|
|
have been reported by any of the standard demo tasks. ms are converted to the
|
|
|
|
equivalent in ticks using the portTICK_PERIOD_MS constant. */
|
|
|
|
equivalent in ticks using the portTICK_PERIOD_MS constant. */
|
|
|
|
#define mainNO_ERROR_CHECK_TASK_PERIOD ( 3000UL / portTICK_PERIOD_MS )
|
|
|
|
#define mainNO_ERROR_CHECK_TASK_PERIOD pdMS_TO_TICKS( 3000UL )
|
|
|
|
|
|
|
|
|
|
|
|
/* The period at which the check timer will expire, in ms, if an error has been
|
|
|
|
/* The period at which the check timer will expire, in ms, if an error has been
|
|
|
|
reported in one of the standard demo tasks. ms are converted to the equivalent
|
|
|
|
reported in one of the standard demo tasks. ms are converted to the equivalent
|
|
|
|