Skip to content

Commit a680148

Browse files
committed
Rectify Artemis variant pinmap
1 parent 5958591 commit a680148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/SparkFun_Artemis/config/variant.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS] = {
6262
27,
6363
28,
6464
29,
65-
AP3_GPIO_PAD_UNUSED, //The one pad not broken out of the Apollo3 on the Artemis
65+
AP3_GPIO_PAD_UNUSED, //One of just two pads not broken out of the Apollo3 on the Artemis
6666
31,
6767
32,
6868
33,
@@ -78,7 +78,7 @@ const ap3_gpio_pad_t ap3_variant_pinmap[AP3_VARIANT_NUM_PINS] = {
7878
43,
7979
44,
8080
45,
81-
46,
81+
AP3_GPIO_PAD_UNUSED, //One of just two pads not broken out of the Apollo3 on the Artemis
8282
47,
8383
48,
8484
49,

0 commit comments

Comments
 (0)