diff options
author | Joel Challis <git@zvecr.com> | 2022-09-10 13:31:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 13:31:46 +0100 |
commit | 16c2b528dfdbcef2ef888e901fa5d51b59a62840 (patch) | |
tree | 9d0935cb92c5f60d3687dbb19041c2da2bd898bc /tmk_core/protocol | |
parent | 405a32ddf4d81374b490bf2a413eb485f76f2658 (diff) |
GMMK2: Fix 'ISO' within product name (#18322)
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r-- | tmk_core/protocol/usb_descriptor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/protocol/usb_descriptor.c b/tmk_core/protocol/usb_descriptor.c index 52e3276d35..21795cef60 100644 --- a/tmk_core/protocol/usb_descriptor.c +++ b/tmk_core/protocol/usb_descriptor.c @@ -45,6 +45,9 @@ # include "joystick.h" #endif +// TODO: wb32 support defines ISO macro which breaks PRODUCT stringification +#undef ISO + // clang-format off /* |