Flag unused variables without buzzer (#15016)

This commit is contained in:
Tanguy Pruvot 2019-08-24 05:21:30 +02:00 committed by Scott Lahteine
parent f2ad1ceb13
commit 0a280f00c2
3 changed files with 4 additions and 1 deletions

View file

@ -366,7 +366,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
lib_deps = ${common.lib_deps}
lib_ignore = Adafruit NeoPixel, SPI
lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI
#
# MKS Robin (STM32F103ZET6)