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

Function setMain

Devices/simulator/Source/Main.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12MainFunction mainFunction = nullptr;
13
14void setMain(MainFunction newMainFunction) {
15 mainFunction = newMainFunction;
16}
17
18static void freertosMainTask(void* parameter) {
19 LOGGER.info("starting app_main()");

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected