mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Very minor changes to the EFM32 Giant and Pearl Geckos demos in preparation for pre-release of the projects.
This commit is contained in:
parent
60537ce7cb
commit
283bc18d23
6 changed files with 5 additions and 6 deletions
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue