[bluegiga] fix warning

This commit is contained in:
Felix Ruess
2015-12-13 13:41:52 +01:00
parent f59bdeb6cc
commit 1951056093
@@ -30,6 +30,9 @@
#include "mcu_periph/gpio.h" #include "mcu_periph/gpio.h"
#include "mcu_periph/spi.h" #include "mcu_periph/spi.h"
// for memset
#include <string.h>
#ifndef BLUEGIGA_SPI_DEV #ifndef BLUEGIGA_SPI_DEV
#error "bluegiga: must define a BLUEGIGA_SPI_DEV" #error "bluegiga: must define a BLUEGIGA_SPI_DEV"
#endif #endif