@ -61,9 +61,14 @@
/* Demo includes. */
#include "blocktim.h"
/* Task priorities. */
#define bktPRIMARY_PRIORITY ( 3 )
#define bktSECONDARY_PRIORITY ( 2 )
/* Task priorities. Allow these to be overridden. */
#ifndef bktPRIMARY_PRIORITY
#endif
#ifndef bktSECONDARY_PRIORITY
/* Task behaviour. */
#define bktQUEUE_LENGTH ( 5 )