summaryrefslogtreecommitdiff
path: root/hid/patches/platformio-stm32f1-no-serial-usb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'hid/patches/platformio-stm32f1-no-serial-usb.patch')
-rw-r--r--hid/patches/platformio-stm32f1-no-serial-usb.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/hid/patches/platformio-stm32f1-no-serial-usb.patch b/hid/patches/platformio-stm32f1-no-serial-usb.patch
new file mode 100644
index 00000000..547db168
--- /dev/null
+++ b/hid/patches/platformio-stm32f1-no-serial-usb.patch
@@ -0,0 +1,11 @@
+--- aaa/tools/platformio-build-stm32f1.py 2022-07-16 18:54:42.536695468 +0200
++++ bbb/tools/platformio-build-stm32f1.py 2022-07-16 19:03:10.988056751 +0200
+@@ -121,7 +121,7 @@
+ env.Append(
+ CPPDEFINES=[
+ ("CONFIG_MAPLE_MINI_NO_DISABLE_DEBUG", 1),
+- "SERIAL_USB"
++ # "SERIAL_USB"
+ ])
+
+ is_generic = board.startswith("generic") or board == "hytiny_stm32f103t"