Skip to content

Commit

Permalink
a fix against regression of RP2040 build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed May 7, 2024
1 parent e19523a commit 91d5f6b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions software/firmware/source/SoftRF/src/driver/radio/almic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(ARDUINO)
#include <SPI.h>
#endif /* ARDUINO */

#include "../RF.h"

Expand All @@ -24,10 +27,6 @@
* SX12XX-specific code
*/

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

#include "../EEPROM.h"
#include "../Battery.h"

Expand Down

0 comments on commit 91d5f6b

Please sign in to comment.