Skip to content

Commit

Permalink
introduce undefined macro USE_RF24_LIB_SRC
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Aug 13, 2021
1 parent d275379 commit 2a36d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Network_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

#ifdef __cplusplus

#if (defined (__linux) || defined (linux)) && !defined (__ARDUINO_X86__)
#if (defined (__linux) || defined (linux)) && !defined (__ARDUINO_X86__) && !defined (USE_RF24_LIB_SRC)
#include <RF24/RF24_config.h>

//ATXMega
Expand Down

0 comments on commit 2a36d4b

Please sign in to comment.