Skip to content

Commit 7b90bba

Browse files
committed
Correct include directive syntax
1 parent ad3aa89 commit 7b90bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PortentaBreakoutCarrier.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2929
#include "Arduino.h"
3030
#include "pins_arduino.h"
3131
#include "mbed.h"
32-
#include "Wire.h"
33-
#include "SPI.h"
32+
#include <Wire.h>
33+
#include <SPI.h>
3434
#include "utility/Analog/portentaBreakoutAnalog.h"
3535

3636
#define LAST_ARDUINO_PIN_NUMBER LEDB + 1

0 commit comments

Comments
 (0)