summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-stm32f0.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/clock-stm32f0.c')
-rw-r--r--chip/stm32/clock-stm32f0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/clock-stm32f0.c b/chip/stm32/clock-stm32f0.c
index 32d77e8fce..2e7937514e 100644
--- a/chip/stm32/clock-stm32f0.c
+++ b/chip/stm32/clock-stm32f0.c
@@ -427,7 +427,7 @@ void clock_enable_module(enum module_id module, int enable)
return;
}
- CPRINTS("Module %d is not supported for clock %s\n",
+ CPRINTS("Module %d is not supported for clock %s",
module, enable ? "enable" : "disable");
}