MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / freertosMainTask

Function freertosMainTask

Devices/simulator/Source/Main.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18static void freertosMainTask(void* parameter) {
19 LOGGER.info("starting app_main()");
20 assert(simulator::mainFunction);
21 mainFunction();
22 LOGGER.info("returned from app_main()");
23 vTaskDelete(nullptr);
24}
25
26void freertosMain() {
27 BaseType_t task_result = xTaskCreate(

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected