Skip to content

Commit 2125830

Browse files
Modify pin definition name
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
1 parent d6503b5 commit 2125830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/XIAO_ESP32C5/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static const uint8_t D8 = 8;
3939
static const uint8_t D9 = 9;
4040
static const uint8_t D10 = 10;
4141

42-
static const uint8_t BAT_Voltage_Read = 6;
43-
static const uint8_t BAT_Voltage_Read_EN = 26;
42+
static const uint8_t BAT_VOLT_PIN = 6;
43+
static const uint8_t BAT_VOLT_PIN_EN = 26;
4444

4545
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)