|
|
|
@ -246,12 +246,10 @@ void main_full( void )
|
|
|
|
|
|
|
|
|
|
/* If all is well, the scheduler will now be running, and the following
|
|
|
|
|
line will never be reached. If the following line does execute, then
|
|
|
|
|
there was either insufficient FreeRTOS heap memory available for the idle
|
|
|
|
|
and/or timer tasks to be created, or vTaskStartScheduler() was called from
|
|
|
|
|
User mode. See the memory management section on the FreeRTOS web site for
|
|
|
|
|
more details on the FreeRTOS heap http://www.freertos.org/a00111.html. The
|
|
|
|
|
mode from which main() is called is set in the C start up code and must be
|
|
|
|
|
a privileged mode (not user mode). */
|
|
|
|
|
there was insufficient FreeRTOS heap memory available for the Idle and/or
|
|
|
|
|
timer tasks to be created. See the memory management section on the
|
|
|
|
|
FreeRTOS web site for more details on the FreeRTOS heap
|
|
|
|
|
http://www.freertos.org/a00111.html. */
|
|
|
|
|
for( ;; );
|
|
|
|
|
}
|
|
|
|
|
/*-----------------------------------------------------------*/
|
|
|
|
@ -352,7 +350,7 @@ unsigned long ulErrorFound = pdFALSE;
|
|
|
|
|
{
|
|
|
|
|
ulErrorFound = 1UL << 13UL;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if( xAreTaskNotificationTasksStillRunning() != pdPASS )
|
|
|
|
|
{
|
|
|
|
|
ulErrorFound = 1UL << 14UL;
|
|
|
|
|