Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
24:4de447ee5d1b | 25:97eafbcb81a9 |
---|---|
38 /* Define to prevent recursive inclusion -------------------------------------*/ | 38 /* Define to prevent recursive inclusion -------------------------------------*/ |
39 #ifndef BASE_BOOTLOADER_H | 39 #ifndef BASE_BOOTLOADER_H |
40 #define BASE_BOOTLOADER_H | 40 #define BASE_BOOTLOADER_H |
41 | 41 |
42 /* Includes ------------------------------------------------------------------*/ | 42 /* Includes ------------------------------------------------------------------*/ |
43 | |
44 #define STM32F429xx | |
45 | |
43 #include "stm32f4xx_hal.h" | 46 #include "stm32f4xx_hal.h" |
47 | |
44 #include "tStructure.h" | 48 #include "tStructure.h" |
45 #include "settings.h" | 49 #include "settings.h" |
50 | |
46 /* Exported types ------------------------------------------------------------*/ | 51 /* Exported types ------------------------------------------------------------*/ |
47 /* Exported constants --------------------------------------------------------*/ | 52 /* Exported constants --------------------------------------------------------*/ |
48 | 53 |
49 /* Exported macro ------------------------------------------------------------*/ | 54 /* Exported macro ------------------------------------------------------------*/ |
50 | 55 |