1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

at86rf231: added missing include of config header

This commit is contained in:
Oleg Hahm 2014-10-31 10:32:16 +01:00
parent b56fb0cf2d
commit 03cca0a657

View File

@ -27,6 +27,7 @@
#include "kernel_types.h"
#include "transceiver.h"
#include "hwtimer.h"
#include "config.h"
#define ENABLE_DEBUG (0)
#include "debug.h"