Skip to content

Commit fd9c25f

Browse files
committed
CH32V203RB: Corrected NUM_DIGITAL_PINS in variant_CH32V203RB.h
1 parent 0f82d0d commit fd9c25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/CH32V20x/CH32V203RB/variant_CH32V203RB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#define PB10_ALT1 (PB10 | ALT1)
8080
#define PB11_ALT1 (PB11 | ALT1)
8181

82-
#define NUM_DIGITAL_PINS 24
82+
#define NUM_DIGITAL_PINS 37
8383
#define NUM_ANALOG_INPUTS 10
8484
// #define ADC_CTLR_ADCAL
8585
#define ADC_RESOLUTION 12

0 commit comments

Comments
 (0)