File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ static const uint8_t LED_BUILTIN = 1;
8
8
#define BUILTIN_LED LED_BUILTIN // backward compatibility
9
9
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
10
10
11
- //MSR Used in on-board battery measurement
11
+ //MSR Used in on-board battery measurement
12
12
static const uint8_t BAT_MEASURE = 0 ;
13
13
#define MSR BAT_MEASURE
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ static const uint8_t LED_BUILTIN = 14;
8
8
#define BUILTIN_LED LED_BUILTIN // backward compatibility
9
9
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
10
10
11
- //MSR Used in on-board battery measurement
11
+ //MSR Used in on-board battery measurement
12
12
static const uint8_t BAT_MEASURE = 0 ;
13
13
#define MSR BAT_MEASURE
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ static const uint8_t LED_BUILTIN = 0;
8
8
#define BUILTIN_LED LED_BUILTIN // backward compatibility
9
9
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
10
10
11
- //MSR Used in on-board battery measurement
11
+ //MSR Used in on-board battery measurement
12
12
static const uint8_t BAT_MEASURE = 1 ;
13
13
#define MSR BAT_MEASURE
14
14
You can’t perform that action at this time.
0 commit comments