Mercurial > public > ostc4
comparison BootLoader/Src/tInfoBootloader.c @ 25:97eafbcb81a9
FIX move bootloader SFirmwareData at fixed address 0x0800A000
author | jdg@air |
---|---|
date | Wed, 03 Jan 2018 01:40:59 +0100 |
parents | e65d01b6a17e |
children | ea1003f63e44 |
comparison
equal
deleted
inserted
replaced
24:4de447ee5d1b | 25:97eafbcb81a9 |
---|---|
19 * | 19 * |
20 ****************************************************************************** | 20 ****************************************************************************** |
21 */ | 21 */ |
22 | 22 |
23 /* Includes ------------------------------------------------------------------*/ | 23 /* Includes ------------------------------------------------------------------*/ |
24 #include "tInfoBootloader.h" | |
25 | |
26 #include "base_bootloader.h" | |
27 #include "gfx_colors.h" | |
28 #include "gfx_engine.h" | |
29 #include "gfx_fonts.h" | |
30 #include "ostc.h" | |
31 | |
24 #include <string.h> | 32 #include <string.h> |
25 #include "base_bootloader.h" | |
26 #include "ostc.h" | |
27 #include "tInfoBootloader.h" | |
28 #include "gfx_engine.h" | |
29 #include "gfx_colors.h" | |
30 /* Exported variables --------------------------------------------------------*/ | 33 /* Exported variables --------------------------------------------------------*/ |
31 | 34 |
32 /* Private variables ---------------------------------------------------------*/ | 35 /* Private variables ---------------------------------------------------------*/ |
33 | 36 |
34 GFX_DrawCfgScreen tIBscreen; | 37 GFX_DrawCfgScreen tIBscreen; |