Skip to content
Snippets Groups Projects
Commit ab50138e authored by Fabrice Weinberg's avatar Fabrice Weinberg
Browse files

Fix typo

parent 82744353
No related branches found
No related tags found
No related merge requests found
...@@ -220,12 +220,12 @@ class OLEDDisplayUi { ...@@ -220,12 +220,12 @@ class OLEDDisplayUi {
/** /**
* Enable drawing of indicators * Enable drawing of indicators
*/ */
void enableAllIndicator(); void enableAllIndicators();
/** /**
* Disable draw of indicators. * Disable draw of indicators.
*/ */
void disableAllIndicator(); void disableAllIndicators();
/** /**
* Set the position of the indicator bar. * Set the position of the indicator bar.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment