Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 494 → Rev 495

/C-OSD/trunk/main.c
344,8 → 344,8
// fix for min_UBat
min_UBat = debugData.Analog[9];
init_cosd(debugData.Analog[9]);
}
#include "osd_fcmode_default.c"
}
#include OSD_FCMODE
}
#else
if (rxd_buffer[2] == 'O') { // NC OSD Data
358,7 → 358,7
min_UBat = naviData.UBat;
init_cosd(naviData.UBat);
}
#include "osd_ncmode_default.c"
#include OSD_NCMODE
}
#endif
rxd_buffer_locked = 0;