1
0
Fork 0

Fix broken bootloader builds in develop. (#15880)

This commit is contained in:
Dasky 2022-01-15 01:04:58 +00:00 committed by GitHub
parent 77eae62d62
commit 08a42dc72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,9 @@
# MCU name
MCU = STM32F303
# Bootloader selection
BOOTLOADER = stm32-dfu
# Touch encoder needs
SRC += ../common/touch_encoder.c
SRC += ../common/common_oled.c