fix bootloader compile warning
This commit is contained in:
parent
17dce0d517
commit
614d875d9a
2
global.h
2
global.h
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue