aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/command.c')
-rw-r--r--tmk_core/common/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c
index ef6a39c0f..feeb2202e 100644
--- a/tmk_core/common/command.c
+++ b/tmk_core/common/command.c
@@ -180,7 +180,7 @@ static void print_version(void) {
180#ifdef NKRO_ENABLE 180#ifdef NKRO_ENABLE
181 " NKRO" 181 " NKRO"
182#endif 182#endif
183#ifdef LINK_TIME_OPTIMIZATION_ENABLE 183#ifdef LTO_ENABLE
184 " LTO" 184 " LTO"
185#endif 185#endif
186 186