cpu/sam3: fix build failure with TOOLCHAIN=llvm
This commit is contained in:
parent
745f1fc38f
commit
3ce89aeb04
@ -53,7 +53,7 @@
|
|||||||
/**
|
/**
|
||||||
* @brief Allocation of memory for 7 independent interrupt slots
|
* @brief Allocation of memory for 7 independent interrupt slots
|
||||||
*/
|
*/
|
||||||
static gpio_isr_ctx_t exti_ctx[CTX_NUMOF] = {{0}};
|
static gpio_isr_ctx_t exti_ctx[CTX_NUMOF];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Allocation of 4 bit per pin to map a pin to an interrupt context
|
* @brief Allocation of 4 bit per pin to map a pin to an interrupt context
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user