Merge pull request #4391 from thomaseichinger/pr/rf2xx_include_fix

drivers/at86rf2xx: don't inlcude the header in itselfs
This commit is contained in:
Thomas Eichinger 2015-12-03 12:12:43 +01:00
commit ef8dc7733a

View File

@ -34,7 +34,6 @@
#include "periph/spi.h"
#include "periph/gpio.h"
#include "net/gnrc/netdev.h"
#include "at86rf2xx.h"
#ifdef __cplusplus
extern "C" {