mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion] Homogenize type definitions to avoid LTO warnings
This commit is contained in:
committed by
EmilieNumworks
parent
9db16997af
commit
9e59e8e38e
@@ -5,7 +5,8 @@
|
||||
#include <regs/regs.h>
|
||||
#include <ion.h>
|
||||
|
||||
extern void * InitialisationVector;
|
||||
typedef void(*ISR)(void);
|
||||
extern ISR InitialisationVector[];
|
||||
|
||||
// Public Ion methods
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <drivers/cache.h>
|
||||
#include "../drivers/timing.h"
|
||||
|
||||
extern char _stack_end;
|
||||
extern const void * _stack_end;
|
||||
extern char _dfu_bootloader_flash_start;
|
||||
extern char _dfu_bootloader_flash_end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user