We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2271c1 commit 14117b6Copy full SHA for 14117b6
libraries/Nicla_System/src/Nicla_System.cpp
@@ -32,7 +32,6 @@ bool nicla::begin(bool mountedOnMkr)
32
{
33
if (mountedOnMkr) {
34
// GPIO3 is on MKR RESET pin, so we must configure it HIGH or it will, well, reset the board :)
35
- pinMode(p25, OUTPUT);
36
pinMode(P0_10, OUTPUT);
37
digitalWrite(P0_10, HIGH);
38
}
0 commit comments