Mercurial > public > ostc4
diff BootLoader/Src/base_bootlader.c @ 1015:4ef0511c6665 BootloaderOstc5
Bootloader: Cleanup memory map
The images for OSTC and battery are not needed by the bootloader => removed. Because the Bootloader does not need access to the upper font section the references have been removed from linker file
| author | Ideenmodellierer |
|---|---|
| date | Tue, 06 May 2025 21:56:03 +0200 |
| parents | f1b78bc8de10 |
| children | 0dd92e9b70a2 |
line wrap: on
line diff
--- a/BootLoader/Src/base_bootlader.c Thu May 01 17:52:17 2025 +0200 +++ b/BootLoader/Src/base_bootlader.c Tue May 06 21:56:03 2025 +0200 @@ -225,9 +225,7 @@ #include "Fonts/Font_T48_plus.h" #include "font_T24_min.h" -#include "Fonts/image_battery.h" #include "Fonts/image_heinrichs_weikamp.h" -#include "Fonts/image_ostc.h" // From Discovery/Inc (shall be shared...) #include "data_exchange_main.h"
