diff options
Diffstat (limited to 'tmk_core/common/command.c')
| -rw-r--r-- | tmk_core/common/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/command.c b/tmk_core/common/command.c index 3cfcba305..ef6a39c0f 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c | |||
| @@ -141,7 +141,6 @@ static void command_common_help(void) { | |||
| 141 | static void print_version(void) { | 141 | static void print_version(void) { |
| 142 | // print version & information | 142 | // print version & information |
| 143 | print("\n\t- Version -\n"); | 143 | print("\n\t- Version -\n"); |
| 144 | print("DESC: " STR(DESCRIPTION) "\n"); | ||
| 145 | print("VID: " STR(VENDOR_ID) "(" STR(MANUFACTURER) ") " | 144 | print("VID: " STR(VENDOR_ID) "(" STR(MANUFACTURER) ") " |
| 146 | "PID: " STR(PRODUCT_ID) "(" STR(PRODUCT) ") " | 145 | "PID: " STR(PRODUCT_ID) "(" STR(PRODUCT) ") " |
| 147 | "VER: " STR(DEVICE_VER) "\n"); | 146 | "VER: " STR(DEVICE_VER) "\n"); |
