cpu/saml21: fixed some formatting in startup.c
This commit is contained in:
parent
c839e65479
commit
c91a0983c0
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* memory markers as defined in the linker script
|
* memory markers as defined in the linker script
|
||||||
*/
|
*/
|
||||||
@ -37,7 +36,6 @@ extern uint32_t _ezero;
|
|||||||
extern uint32_t _sstack;
|
extern uint32_t _sstack;
|
||||||
extern uint32_t _estack;
|
extern uint32_t _estack;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief functions for initializing the board, std-lib and kernel
|
* @brief functions for initializing the board, std-lib and kernel
|
||||||
*/
|
*/
|
||||||
@ -122,7 +120,6 @@ void isr_usage_fault(void)
|
|||||||
void isr_svc(void) __attribute__ ((weak, alias("dummy_handler")));
|
void isr_svc(void) __attribute__ ((weak, alias("dummy_handler")));
|
||||||
void isr_pendsv(void) __attribute__ ((weak, alias("dummy_handler")));
|
void isr_pendsv(void) __attribute__ ((weak, alias("dummy_handler")));
|
||||||
void isr_systick(void) __attribute__ ((weak, alias("dummy_handler")));
|
void isr_systick(void) __attribute__ ((weak, alias("dummy_handler")));
|
||||||
|
|
||||||
/* SAML21 specific interrupt vector */
|
/* SAML21 specific interrupt vector */
|
||||||
void isr_pm(void) __attribute__ ((weak, alias("dummy_handler")));
|
void isr_pm(void) __attribute__ ((weak, alias("dummy_handler")));
|
||||||
void isr_wdt(void) __attribute__ ((weak, alias("dummy_handler")));
|
void isr_wdt(void) __attribute__ ((weak, alias("dummy_handler")));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user