File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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;
88#define BUILTIN_LED LED_BUILTIN // backward compatibility
99#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1010
11- //MSR Used in on-board battery measurement
11+ //MSR Used in on-board battery measurement
1212static const uint8_t BAT_MEASURE = 0 ;
1313#define MSR BAT_MEASURE
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ static const uint8_t LED_BUILTIN = 14;
88#define BUILTIN_LED LED_BUILTIN // backward compatibility
99#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1010
11- //MSR Used in on-board battery measurement
11+ //MSR Used in on-board battery measurement
1212static const uint8_t BAT_MEASURE = 0 ;
1313#define MSR BAT_MEASURE
1414
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ static const uint8_t LED_BUILTIN = 0;
88#define BUILTIN_LED LED_BUILTIN // backward compatibility
99#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1010
11- //MSR Used in on-board battery measurement
11+ //MSR Used in on-board battery measurement
1212static const uint8_t BAT_MEASURE = 1 ;
1313#define MSR BAT_MEASURE
1414
You can’t perform that action at this time.
0 commit comments