summaryrefslogtreecommitdiff
path: root/chip/g/idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/idle.c')
-rw-r--r--chip/g/idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/idle.c b/chip/g/idle.c
index 0bff45da84..dd745ec766 100644
--- a/chip/g/idle.c
+++ b/chip/g/idle.c
@@ -33,7 +33,7 @@ static enum {
static int idle_default;
-static const char const *idle_name[] = {
+static const char *const idle_name[] = {
"invalid",
"wfi",
"sleep",