Skip to content

Commit

Permalink
Fix compile error for Nano33
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerBroker2 authored Jul 22, 2020
1 parent f9b1058 commit 391c212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SPITransfer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "Arduino.h"

#if not (defined(MBED_H) || defined(__SAM3X8E__)) // These boards are/will not be supported by SPITransfer.h

#include "SPITransfer.h"
Expand Down

0 comments on commit 391c212

Please sign in to comment.