aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/common
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-07-16 15:49:18 +1000
committerGitHub <noreply@github.com>2020-07-16 15:49:18 +1000
commit72d327054744fa142469dbb5406ad61f5ad0a302 (patch)
treebbdf7937d6837ffdd323391f3dde2e9538fa447e /tmk_core/common
parent92d0a71af71973ac3f80398ed4f7f61dd97733b3 (diff)
downloadfirmware-72d327054744fa142469dbb5406ad61f5ad0a302.tar.gz
firmware-72d327054744fa142469dbb5406ad61f5ad0a302.tar.bz2
firmware-72d327054744fa142469dbb5406ad61f5ad0a302.zip
Remove `DESCRIPTION` (#9732)
Diffstat (limited to 'tmk_core/common')
-rw-r--r--tmk_core/common/command.c1
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) {
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");