summaryrefslogtreecommitdiffstats
path: root/quantum/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/command.c')
-rw-r--r--quantum/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/command.c b/quantum/command.c
index 2e94cb44b8..84757b9b01 100644
--- a/quantum/command.c
+++ b/quantum/command.c
@@ -161,7 +161,7 @@ static void command_common_help(void) {
}
static void print_version(void) {
- print(/* clang-format off */
+ xprintf("%s", /* clang-format off */
"\n\t- Version -\n"
"VID: " STR(VENDOR_ID) "(" STR(MANUFACTURER) ") "
"PID: " STR(PRODUCT_ID) "(" STR(PRODUCT) ") "