Skip to content

Commit

Permalink
Fix progmem inclusion #252
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Apr 30, 2016
1 parent a296ce6 commit 372562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
#define pgm_read_word(p) (*(p))
#define PRIPSTR "%s"

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

0 comments on commit 372562a

Please sign in to comment.