Skip to content

Commit ab50138

Browse files
committed
Fix typo
1 parent 8274435 commit ab50138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OLEDDisplayUi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@ class OLEDDisplayUi {
220220
/**
221221
* Enable drawing of indicators
222222
*/
223-
void enableAllIndicator();
223+
void enableAllIndicators();
224224

225225
/**
226226
* Disable draw of indicators.
227227
*/
228-
void disableAllIndicator();
228+
void disableAllIndicators();
229229

230230
/**
231231
* Set the position of the indicator bar.

0 commit comments

Comments
 (0)