1
0

Documenting private members
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-17 10:21:41 +00:00
parent 7a23e39078
commit b2502a31e9
3 changed files with 5 additions and 1 deletions

View File

@ -73,6 +73,9 @@ public:
bool onScreenDisplay(bool enabled);
private:
/**
* @brief Reference to the OSD instance.
*/
Max7456 *osd;
};