Mercurial > public > ostc4
comparison BootLoader/Inc/base_bootloader.h @ 869:4e10a3e087a1 Evo_2_23
Reactivate Bootloader:
The bootloader has not been compiled for a long time. Changes were necessary to catch up with the actual code
author | Ideenmodellierer |
---|---|
date | Mon, 12 Aug 2024 22:23:03 +0200 |
parents | ea1003f63e44 |
children |
comparison
equal
deleted
inserted
replaced
868:db92692c014f | 869:4e10a3e087a1 |
---|---|
57 /* Define to prevent recursive inclusion -------------------------------------*/ | 57 /* Define to prevent recursive inclusion -------------------------------------*/ |
58 #ifndef BASE_BOOTLOADER_H | 58 #ifndef BASE_BOOTLOADER_H |
59 #define BASE_BOOTLOADER_H | 59 #define BASE_BOOTLOADER_H |
60 | 60 |
61 /* Includes ------------------------------------------------------------------*/ | 61 /* Includes ------------------------------------------------------------------*/ |
62 | |
63 #define STM32F429xx | |
64 | |
65 #include "stm32f4xx_hal.h" | 62 #include "stm32f4xx_hal.h" |
66 | 63 |
67 #include "tStructure.h" | 64 #include "tStructure.h" |
68 #include "settings.h" | 65 #include "settings.h" |
69 | 66 |