Skip to content

Commit

Permalink
consolidate duplicate includes
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 17, 2021
1 parent 74f446a commit 23ef6da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RF24Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@
#include <iostream>
#include <algorithm>
#include <RF24/RF24.h>
#include "RF24Network.h"
#else
#include "RF24.h"
#include "RF24Network.h"
#endif
#include "RF24Network.h"

#if defined(ENABLE_SLEEP_MODE) && defined(ESP8266)
#warning "Disabling sleep mode because sleep doesn't work on ESP8266"
Expand Down

0 comments on commit 23ef6da

Please sign in to comment.