Mercurial > public > ostc4
diff BootLoader/Inc/base_bootloader.h @ 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/Inc/base_bootloader.h Mon Jan 01 20:12:34 2018 +0100 +++ b/BootLoader/Inc/base_bootloader.h Wed Jan 03 01:40:59 2018 +0100 @@ -40,9 +40,14 @@ #define BASE_BOOTLOADER_H /* Includes ------------------------------------------------------------------*/ + +#define STM32F429xx + #include "stm32f4xx_hal.h" + #include "tStructure.h" #include "settings.h" + /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/