STM32F1: Only include USBComposite if flagged (#15243)

This commit is contained in:
Tanguy Pruvot 2019-09-13 01:35:27 +02:00 committed by Scott Lahteine
parent 1ab3521351
commit 5bf635cec2
3 changed files with 5 additions and 11 deletions

View file

@ -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