Skip to content

Commit 14117b6

Browse files
committed
nicla-system: Remove unused code.
1 parent d2271c1 commit 14117b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Nicla_System/src/Nicla_System.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ bool nicla::begin(bool mountedOnMkr)
3232
{
3333
if (mountedOnMkr) {
3434
// GPIO3 is on MKR RESET pin, so we must configure it HIGH or it will, well, reset the board :)
35-
pinMode(p25, OUTPUT);
3635
pinMode(P0_10, OUTPUT);
3736
digitalWrite(P0_10, HIGH);
3837
}

0 commit comments

Comments
 (0)