diff options
author | Ryan <fauxpark@gmail.com> | 2020-07-16 15:49:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 15:49:18 +1000 |
commit | 72d327054744fa142469dbb5406ad61f5ad0a302 (patch) | |
tree | bbdf7937d6837ffdd323391f3dde2e9538fa447e /tmk_core/common | |
parent | 92d0a71af71973ac3f80398ed4f7f61dd97733b3 (diff) |
Remove `DESCRIPTION` (#9732)
Diffstat (limited to 'tmk_core/common')
-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 3cfcba3058..ef6a39c0fe 100644 --- a/tmk_core/common/command.c +++ b/tmk_core/common/command.c @@ -141,7 +141,6 @@ static void command_common_help(void) { static void print_version(void) { // print version & information print("\n\t- Version -\n"); - print("DESC: " STR(DESCRIPTION) "\n"); print("VID: " STR(VENDOR_ID) "(" STR(MANUFACTURER) ") " "PID: " STR(PRODUCT_ID) "(" STR(PRODUCT) ") " "VER: " STR(DEVICE_VER) "\n"); |