mirror of
https://github.com/google/pebble.git
synced 2025-05-19 09:54:55 +00:00
spelling: overridden
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
db1840c0f5
commit
3572d429b2
5 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ __attribute__((__noreturn__)) void Default_Handler(void) {
|
|||
|
||||
// All these functions are weak references to the Default_Handler,
|
||||
// so if we define a handler in elsewhere in the firmware, these
|
||||
// will be overriden
|
||||
// will be overridden
|
||||
#define ALIAS(sym) __attribute__((__weak__, __alias__(sym)))
|
||||
ALIAS("Default_Handler") void NMI_Handler(void);
|
||||
ALIAS("Default_Handler") void HardFault_Handler(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue