Use correct STM32 device header file

This commit is contained in:
fruchti 2020-12-25 16:28:24 +01:00
parent a529996719
commit 57a6b881b3
9 changed files with 10650 additions and 10521 deletions

View file

@ -7,7 +7,7 @@ BUILD_DIR = build
DEBUG := yes
H_DEVICE = STM32F103x6
H_DEVICE = STM32F103xB
STARTUP_SOURCE_DIR = src
STARTUP_SOURCES = $(STARTUP_SOURCE_DIR)/startup.S
LD_SCRIPT = ld/stm32f103c8t6_flash.ld