fix bootloader compile warning

master
King Kévin 1 year ago
parent 17dce0d517
commit 614d875d9a
  1. 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…
Cancel
Save