Open FFBoard
Open source force feedback firmware
tickhook.hpp File Reference

Go to the source code of this file.

Classes

class  cpp_freertos::TickHook
 

Namespaces

namespace  cpp_freertos
 

Functions

void vApplicationTickHook (void)
 

Function Documentation

◆ vApplicationTickHook()

void vApplicationTickHook ( void  )

FreeRTOS expects this function to exist and requires it to be named as such with the following signature.

We are a friend of the Tick class, which makes this much simplier.

Definition at line 92 of file ctickhook.cpp.