Skip to content

Commit 9ad8a1b

Browse files
authored
Fix typo in comment
board port 32 is P1.00, not P0.00.
1 parent ee9cbc8 commit 9ad8a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/feather_nrf52840_express/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const uint32_t g_ADigitalPinMap[] =
8383
// 0, // P0.00 is XL1 (attached to 32.768kHz crystal)
8484
// 1, // P0.01 is XL2 (attached to 32.768kHz crystal)
8585
// 18, // P0.18 is RESET (attached to switch)
86-
// 32, // P0.00 is SWO (attached to debug header)
86+
// 32, // P1.00 is SWO (attached to debug header)
8787
//
8888
// The remaining pins are not connected (per schematic)
8989
// 33, // P1.01 is not connected per schematic

0 commit comments

Comments
 (0)