spelling: overridden

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:23:51 -05:00
parent db1840c0f5
commit 3572d429b2
5 changed files with 6 additions and 6 deletions

View file

@ -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);