diff options
author | tomaszduda23 <[email protected]> | 2022-07-22 14:14:38 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-22 08:14:38 +0300 |
commit | 3ba15e824e319926c810414b44fb30a7d98419c3 (patch) | |
tree | 54ad4e24c2bae61f73fd4becbf4bbccb5466cfed /hid/patches/platformio-stm32f1-no-serial-usb.patch | |
parent | 0e0fe28cf6dd4668e12dcac4148b0790cd41df8e (diff) |
Stm32 init (#100)
Diffstat (limited to 'hid/patches/platformio-stm32f1-no-serial-usb.patch')
-rw-r--r-- | hid/patches/platformio-stm32f1-no-serial-usb.patch | 11 |
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"
|