Skip to content

Commit

Permalink
[SQUASH ME] added nrf24l01p transceiver module to default.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKietzmann committed Oct 14, 2014
1 parent adc3b68 commit 754756a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/include/netdev/default.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@
#ifdef MODULE_NATIVENET
#include "nativenet.h"

#ifdef MODULE_NRF24L01P
#include "nrf24l01p.h"

#ifndef NETDEV_DEFAULT
#define NETDEV_DEFAULT (&nativenet_default_dev)
#endif /* NETDEV_DEFAULT */
#endif /* MODULE_NATIVENET */
#endif /* MODULE_NRF24L01P */

#endif /* __NETDEV_DEFAULT_H_ */

0 comments on commit 754756a

Please sign in to comment.