fix bootloader compile warning

This commit is contained in:
King Kévin 2022-04-17 15:04:06 +02:00
parent 17dce0d517
commit 614d875d9a
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ int32_t adds32_safe(int32_t a, int32_t b);
/** symbol for beginning of the application
* @note this symbol will be provided by the linker script
*/
extern char __application_beginning;
extern uint32_t __application_beginning;
/** symbol for end of the application
* @note this symbol will be provided by the linker script
*/