We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c6956 commit ad3f125Copy full SHA for ad3f125
1 file changed
src/device.h
@@ -29,9 +29,9 @@ enum capabilities {
29
};
30
31
/// Long name of every capability
32
-const char* const capabilities_str[NUM_CAPABILITIES];
+extern const char* const capabilities_str[NUM_CAPABILITIES];
33
/// Short name of every capability
34
-const char capabilities_str_short[NUM_CAPABILITIES];
+extern const char capabilities_str_short[NUM_CAPABILITIES];
35
36
struct capability_detail {
37
// Usage page, only used when usageid is not 0; HID Protocol specific
0 commit comments