diff --git a/src/main/io/dashboard.c b/src/main/io/dashboard.c index bbb53b3d2..384de9cde 100644 --- a/src/main/io/dashboard.c +++ b/src/main/io/dashboard.c @@ -104,7 +104,7 @@ typedef struct pageEntry_s { uint8_t flags; } pageEntry_t; -static const char* tickerCharacters = "|/-\\"; // use 2/4/8 characters so that the divide is optimal. +static const char tickerCharacters[] = "|/-\\"; // use 2/4/8 characters so that the divide is optimal. #define TICKER_CHARACTER_COUNT (sizeof(tickerCharacters) / sizeof(char)) typedef enum {