MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / vApplicationTickHook

Function vApplicationTickHook

src/Platform/Tasks.cpp:438–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436
437// This intercepts the 1ms system tick
438extern "C" void vApplicationTickHook() noexcept
439{
440 CoreSysTick();
441 reprap.Tick();
442}
443
444// We don't need the time zone functionality. Declaring these saves 8Kb.
445extern "C" void __tzset() noexcept { }

Callers

nothing calls this directly

Calls 1

TickMethod · 0.45

Tested by

no test coverage detected