FreeRTOS - Debugging and Monitoring
Given this code snippet enabling trace hooks and starting FreeRTOS+Trace recording:
What will happen if configUSE_TRACE_FACILITY is not set to 1 in FreeRTOSConfig.h?
vTraceEnable(TRC_START); // Task creation and scheduler start vTaskStartScheduler();
What will happen if configUSE_TRACE_FACILITY is not set to 1 in FreeRTOSConfig.h?
