Skip to content

Commit

Permalink
Update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Sep 28, 2014
1 parent 420ca1e commit eff7ee0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
version 2 as published by the Free Software Foundation.
*/

#ifndef __RF24_CONFIG_H__
#define __RF24_CONFIG_H__
#ifndef __RF24NETWORK_CONFIG_H__
#define __RF24NETWORK_CONFIG_H__

#if ARDUINO < 100
#include <WProgram.h>
Expand All @@ -30,6 +30,10 @@
//#define SERIAL_DEBUG_FRAGMENTATION
/*************************************/

#endif

#ifndef __RF24_CONFIG_H__
#define __RF24_CONFIG_H__

// Define _BV for non-Arduino platforms and for Arduino DUE
#if defined (ARDUINO) && !defined (__arm__)
Expand Down

0 comments on commit eff7ee0

Please sign in to comment.