Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 734 → Rev 735

/C-OSD/trunk/main.c
380,7 → 380,7
 
// init on first data retrival, distinguished by last battery :)
if (last_UBat == 255) {
if (debugData.Analog[9] > 40)
if (debugData.Analog[9] > 40) {
// fix for min_UBat
min_UBat = debugData.Analog[9];
last_UBat = debugData.Analog[9];