comparison BootLoader/Src/base_bootlader.c @ 987:45a2bd04b156 BootloaderOstc5

Removed Font144 references because Font cause a linker problem and is not used by Bootloader
author Ideenmodellierer
date Sun, 30 Mar 2025 21:39:52 +0200
parents 5e7ad81e9ac2
children 39b25be11009
comparison
equal deleted inserted replaced
986:5e7ad81e9ac2 987:45a2bd04b156
221 #include "stm32f4xx_hal.h" 221 #include "stm32f4xx_hal.h"
222 #include "stm32f4xx_hal_rcc.h" 222 #include "stm32f4xx_hal_rcc.h"
223 #include "stm32f4xx_hal_flash_ex.h" 223 #include "stm32f4xx_hal_flash_ex.h"
224 #include "stm32f4xx_hal_wwdg.h" 224 #include "stm32f4xx_hal_wwdg.h"
225 225
226 #include "Fonts/Font_T144_plus.h" 226 //#include "Fonts/Font_T144_plus.h"
227 #include "Fonts/Font_T84.h" 227 #include "Fonts/Font_T84.h"
228 #include "Fonts/Font_T105.h" 228 #include "Fonts/Font_T105.h"
229 #include "Fonts/Font_T54.h" 229 #include "Fonts/Font_T54.h"
230 #include "Fonts/Font_T48_plus.h" 230 #include "Fonts/Font_T48_plus.h"
231 #include "Fonts/Font_T24.h" 231 #include "Fonts/Font_T24.h"