STM32F1: Only include USBComposite if flagged (#15243)
This commit is contained in:
parent
1ab3521351
commit
5bf635cec2
3 changed files with 5 additions and 11 deletions
|
|
@ -23,9 +23,7 @@ default_envs = megaatmega2560
|
|||
[common]
|
||||
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
|
||||
extra_scripts = pre:buildroot/share/PlatformIO/scripts/common-cxxflags.py
|
||||
build_flags = -fmax-errors=5
|
||||
-g
|
||||
-ggdb
|
||||
build_flags = -fmax-errors=5 -g
|
||||
lib_deps =
|
||||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
|
||||
LiquidCrystal@1.3.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue