Skip to content

Commit 1cf7d9c

Browse files
committed
add PIN_VBAT A7 for feather 832, A for 840
1 parent 25cf50b commit 1cf7d9c

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

keywords.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ PIN_A6 LITERAL1
107107
PIN_A7 LITERAL1
108108

109109
PIN_AREF LITERAL1
110-
PIN_DFU LITERAL1
111110
PIN_NFC1 LITERAL1
112111
PIN_NFC2 LITERAL1
113112

variants/feather_nrf52832/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static const uint8_t A7 = PIN_A7 ;
7878

7979
// Other pins
8080
#define PIN_AREF (24)
81-
#define PIN_DFU (20)
81+
#define PIN_VBAT PIN_A7
8282
#define PIN_NFC1 (9)
8383
#define PIN_NFC2 (10)
8484

variants/feather_nrf52840_express/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static const uint8_t A7 = PIN_A7 ;
8787

8888
// Other pins
8989
#define PIN_AREF (PIN_A7)
90-
#define PIN_DFU (7)
90+
#define PIN_VBAT PIN_A6
9191
#define PIN_NFC1 (33)
9292
#define PIN_NFC2 (2)
9393

variants/metro_nrf52840_express/variant.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ static const uint8_t A7 = PIN_A7 ;
8787

8888
// Other pins
8989
#define PIN_AREF (PIN_A7)
90-
#define PIN_DFU (7)
9190
#define PIN_NFC1 (2)
9291
#define PIN_NFC2 (51)
9392

variants/pca10056/variant.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ static const uint8_t A7 = PIN_A7 ;
7878

7979
// Other pins
8080
#define PIN_AREF (2)
81-
#define PIN_DFU (11)
8281
#define PIN_NFC1 (9)
8382
#define PIN_NFC2 (10)
8483

0 commit comments

Comments
 (0)