Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/BootLoader/Src/tInfoBootloader.c Mon Jan 01 20:12:34 2018 +0100 +++ b/BootLoader/Src/tInfoBootloader.c Wed Jan 03 01:40:59 2018 +0100 @@ -21,12 +21,15 @@ */ /* Includes ------------------------------------------------------------------*/ -#include <string.h> +#include "tInfoBootloader.h" + #include "base_bootloader.h" +#include "gfx_colors.h" +#include "gfx_engine.h" +#include "gfx_fonts.h" #include "ostc.h" -#include "tInfoBootloader.h" -#include "gfx_engine.h" -#include "gfx_colors.h" + +#include <string.h> /* Exported variables --------------------------------------------------------*/ /* Private variables ---------------------------------------------------------*/