Skip to content

Commit 8969d73

Browse files
authored
Fix type: char -> uint8_t (#335)
1 parent f242f1a commit 8969d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,12 @@ void setIndicatorDirection(IndicatorDirection dir);
338338
/**
339339
* Set the symbol to indicate an active frame in the indicator bar.
340340
*/
341-
void setActiveSymbol(const char* symbol);
341+
void setActiveSymbol(const uint8_t* symbol);
342342
343343
/**
344344
* Set the symbol to indicate an inactive frame in the indicator bar.
345345
*/
346-
void setInactiveSymbol(const char* symbol);
346+
void setInactiveSymbol(const uint8_t* symbol);
347347
348348
/**
349349
* Configure what animation is used to transition from one frame to another

0 commit comments

Comments
 (0)