Skip to content

Commit

Permalink
Typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikOfTheRa committed Aug 8, 2018
1 parent f2a2a0b commit 459417d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MW_OSD/MW_OSD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ uint16_t UntouchedStack(void)
//------------------------------------------------------------------------
#define MWVERS "MW-OSD - R1.9"
//#define MWVERS "MW-OSD - R1.9"
#define MWOSDVERSION 1990 // 1660=1.6.6.0 for GUI
#define MWOSDVERSION 1900 // 1660=1.6.6.0 for GUI
#define EEPROMVER 16 // for eeprom layout verification

#include <avr/pgmspace.h>
Expand Down
2 changes: 1 addition & 1 deletion MW_OSD/Screen.ino
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ void displayAverageEfficiency(void)
if (trip > 0){
t_efficiency = (uint32_t) (amperagesum * t_xx) / (360* trip);
if (t_efficiency < 9999)
displayItem(avgefficiencyPosition, t_efficiency, SYM_EFF, 0, 0 );
displayItem(avgefficiencyPosition, t_efficiency, SYM_AVG_EFF, 0, 0 );
}
}

Expand Down

0 comments on commit 459417d

Please sign in to comment.