Skip to content

Commit

Permalink
a fix against regression of ESP8266 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed May 7, 2024
1 parent 73ccfe0 commit c5d6d7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions software/firmware/source/SoftRF/src/driver/radio/nordic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
*
*/

#if defined(ARDUINO)
#include <SPI.h>
#endif /* ARDUINO */

#include "../EEPROM.h"

static bool nrf905_probe(void);
Expand Down

0 comments on commit c5d6d7f

Please sign in to comment.