Skip to content

Commit

Permalink
Merge pull request #1 from authmillenon/auto_init/fix/at85rf2xx
Browse files Browse the repository at this point in the history
auto_init: fix ng_at86rf2xx
  • Loading branch information
kaspar030 committed May 9, 2015
2 parents 17602c1 + 4cfdfd0 commit f1bbc67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/auto_init/netif/auto_init_ng_at86rf2xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/

#ifdef MODULE_NG_AT86RF2XX

#include "board.h"
#include "net/ng_nomac.h"
#include "net/ng_netbase.h"
Expand All @@ -27,8 +29,6 @@
#define ENABLE_DEBUG (0)
#include "debug.h"

#ifdef MODULE_NG_AT86RF2XX

/**
* @brief Define stack parameters for the MAC layer thread
* @{
Expand Down

0 comments on commit f1bbc67

Please sign in to comment.