summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Orderud <[email protected]>2021-04-17 01:39:34 +0200
committerGitHub <[email protected]>2021-04-16 16:39:34 -0700
commit5ab839435fd1c6d5f60171312cc0b078544b060d (patch)
tree9c0fa6e74e07ed1fe596a0f693ced3f0f1f109b1
parente80445a63409b2d9b76633433efdbb77df685757 (diff)
Remove duplicate VHIDMINI_DEVICE_STRING define (#579)
The same define is also found 4 lines below.
-rw-r--r--hid/vhidmini2/inc/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hid/vhidmini2/inc/common.h b/hid/vhidmini2/inc/common.h
index 1a9eca1a..9b14cc6d 100644
--- a/hid/vhidmini2/inc/common.h
+++ b/hid/vhidmini2/inc/common.h
@@ -37,7 +37,6 @@ Environment:
#define TEST_COLLECTION_REPORT_ID 0x02
#define MAXIMUM_STRING_LENGTH (126 * sizeof(WCHAR))
-#define VHIDMINI_DEVICE_STRING L"UMDF Virtual hidmini device"
#define VHIDMINI_MANUFACTURER_STRING L"UMDF Virtual hidmini device Manufacturer string"
#define VHIDMINI_PRODUCT_STRING L"UMDF Virtual hidmini device Product string"
#define VHIDMINI_SERIAL_NUMBER_STRING L"UMDF Virtual hidmini device Serial Number string"