Skip to content

Commit b37c93b

Browse files
committed
Fix include syntax
1 parent 844517b commit b37c93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/analogRead/analogRead.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
This example code is in the public domain.
1111
*/
12-
#include "Arduino_PortentaBreakoutCarrier.h"
12+
#include <Arduino_PortentaBreakoutCarrier.h>
1313

1414
const byte ANALOG_PIN_NUMBER = 8;
1515
const int ANALOG_RESOLUTION = 16;

0 commit comments

Comments
 (0)