Skip to content

Commit

Permalink
Update for nrf52
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed May 20, 2023
1 parent 2a7c942 commit 229b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <RF24/RF24.h>
#endif
#else
#if defined ARDUINO_ARCH_NRF52840 || defined ARDUINO_ARCH_NRF52833
#if defined ARDUINO_ARCH_NRF52 || defined ARDUINO_ARCH_NRF52840 || defined ARDUINO_ARCH_NRF52833
#include <nrf_to_nrf.h>
#else
#include "RF24.h"
Expand Down

0 comments on commit 229b886

Please sign in to comment.