summaryrefslogtreecommitdiff
path: root/driver/led
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led')
-rw-r--r--driver/led/max695x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/led/max695x.c b/driver/led/max695x.c
index a563edaf26..6f0e1b8e84 100644
--- a/driver/led/max695x.c
+++ b/driver/led/max695x.c
@@ -68,7 +68,7 @@ int display_7seg_write(enum seven_seg_module_display module, uint16_t data)
buf[1] = 0x00;
break;
default:
- CPRINTS("Unknown Module\n");
+ CPRINTS("Unknown Module");
return EC_ERROR_UNKNOWN;
}
/* Segment - 1 */