Very minor changes to the EFM32 Giant and Pearl Geckos demos in preparation for pre-release of the projects.

This commit is contained in:
Richard Barry 2016-03-18 19:40:03 +00:00
parent 60537ce7cb
commit 283bc18d23
6 changed files with 5 additions and 6 deletions

View file

@ -137,7 +137,7 @@ void vUtilityStartTraceTask( unsigned portBASE_TYPE uxPriority )
{
portENTER_CRITICAL();
InitUart0();
portENTER_CRITICAL();
portEXIT_CRITICAL();
xTaskCreate( vUART0Task, "UART1", configMINIMAL_STACK_SIZE * 3, ( void * ) NULL, uxPriority, &UART_TaskHandle );
}
}