Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1592 → Rev 1593

/C-OSD/trunk/osd_helpers.c
358,7 → 358,7
write_char_xy(17, line, 0x9E); // small V
if ((COSD_FLAGS_RUNTIME & COSD_FLAG_STROMREC) || (COSD_FLAGS_MODES & COSD_FLAG_FCCURRENT)) {
write_ascii_string_pgm(1, ++line, PSTR("max curr:")); // ampere
write_ndigit_number_u_10th(16, line, max_ampere / 10, 3, 0);
write_ndigit_number_u_10th(13, line, max_ampere / 10, 3, 0);
write_char_xy(17, line, 0x9F); // small A
 
// wasted mampere in this flight (will count up after landing)