From 3ce89aeb04b3b49e4382e0c96eeaf664a04d6c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 21 Feb 2018 15:32:00 +0100 Subject: [PATCH] cpu/sam3: fix build failure with TOOLCHAIN=llvm --- cpu/sam3/periph/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/sam3/periph/gpio.c b/cpu/sam3/periph/gpio.c index c096642d6d..ebe7d73a24 100644 --- a/cpu/sam3/periph/gpio.c +++ b/cpu/sam3/periph/gpio.c @@ -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