summaryrefslogtreecommitdiff
path: root/chip/mchp/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/clock.c')
-rw-r--r--chip/mchp/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/clock.c b/chip/mchp/clock.c
index 7a3914194b..0b579055d4 100644
--- a/chip/mchp/clock.c
+++ b/chip/mchp/clock.c
@@ -763,7 +763,7 @@ static int command_dsleep(int argc, char **argv)
}
}
- ccprintf("Sleep mask: %08x\n", sleep_mask);
+ ccprintf("Sleep mask: %08lx\n", (long)sleep_mask);
ccprintf("Console in use timeout: %d sec\n",
console_in_use_timeout_sec);