1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/sam3: fix build failure with TOOLCHAIN=llvm

This commit is contained in:
Sören Tempel 2018-02-21 15:32:00 +01:00
parent 745f1fc38f
commit 3ce89aeb04

View File

@ -53,7 +53,7 @@
/**
* @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