Add extra_script.py to pass -Wl,--allow-multiple-definition to linker for duplicate TinyUSB symbol fix

This commit is contained in:
2026-06-23 23:18:34 +00:00
parent dbb66e1e77
commit 9ea09d52fe
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
Import("env")
env.Append(LINKFLAGS=["-Wl,--allow-multiple-definition"])