Переглянути джерело

GMMK2: Fix 'ISO' within product name (#18322)

Joel Challis 3 роки тому
батько
коміт
16c2b528df
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      tmk_core/protocol/usb_descriptor.c

+ 3 - 0
tmk_core/protocol/usb_descriptor.c

@@ -45,6 +45,9 @@
 #    include "joystick.h"
 #    include "joystick.h"
 #endif
 #endif
 
 
+// TODO: wb32 support defines ISO macro which breaks PRODUCT stringification
+#undef ISO
+
 // clang-format off
 // clang-format off
 
 
 /*
 /*