Skip to content

Commit

Permalink
Fix include syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed May 13, 2021
1 parent efebe93 commit 03e465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/analogRead/analogRead.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This example code is in the public domain.
*/
#include "Arduino_PortentaBreakoutCarrier.h"
#include <Arduino_PortentaBreakoutCarrier.h>

const byte ANALOG_PIN_NUMBER = 8;
const int ANALOG_RESOLUTION = 16;
Expand Down

0 comments on commit 03e465c

Please sign in to comment.