summaryrefslogtreecommitdiff
path: root/board/guybrush/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/guybrush/thermal.c')
-rw-r--r--board/guybrush/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/guybrush/thermal.c b/board/guybrush/thermal.c
index 606d21cfdf..517e374c6a 100644
--- a/board/guybrush/thermal.c
+++ b/board/guybrush/thermal.c
@@ -12,7 +12,7 @@
/* Console output macros */
#define CPUTS(outstr) cputs(CC_THERMAL, outstr)
-#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ##args)
const struct fan_conf fan_conf_0 = {
.flags = FAN_USE_RPM_MODE,