bootloader: fix compiler warning
This commit is contained in:
parent
9c9893e1da
commit
dba7f71154
@ -20,7 +20,7 @@
|
||||
/** symbol for beginning of the application
|
||||
* @note this symbol will be provided by the bootloader linker script
|
||||
*/
|
||||
extern char __application_beginning;
|
||||
extern uint32_t __application_beginning;
|
||||
|
||||
/** bootloader entry point */
|
||||
void main(void);
|
||||
|
Loading…
Reference in New Issue
Block a user