summaryrefslogtreecommitdiff
path: root/hid/patches/platformio-stm32f1-no-serial-usb.patch
blob: 547db168192aa0b786ad07b17ac5f0aa3ad2773a (plain)
1
2
3
4
5
6
7
8
9
10
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"