Skip to content

Commit

Permalink
Update from TMRh20/master and merge with local.
Browse files Browse the repository at this point in the history
  • Loading branch information
akatran committed Apr 2, 2016
1 parent 9e71772 commit ef70a4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RF24_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

//ATXMega
#elif defined(__AVR_ATxmega256D3__)
#define XMEGA
#define XMEGA_D3
#include "utility/ATXMegaD3/RF24_arch_config.h"
//LittleWire
Expand Down Expand Up @@ -129,7 +130,7 @@
#define pgm_read_word(p) (*(p))
#define PRIPSTR "%s"

#elif defined(ARDUINO) && ! defined(__arm__) && !defined (__ARDUINO_X86__)
#elif defined(ARDUINO) && ! defined(__arm__) && !defined (__ARDUINO_X86__) && defined(XMEGA)
#include <avr/pgmspace.h>
#define PRIPSTR "%S"
#else
Expand Down

0 comments on commit ef70a4f

Please sign in to comment.