| 436 | |
| 437 | // This intercepts the 1ms system tick |
| 438 | extern "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. |
| 445 | extern "C" void __tzset() noexcept { } |