Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 1524 → Rev 1525

/Transportables_Koptertool/branch/GPL_PKT_V3_5_8b_FC086/osd.c
332,6 → 332,8
}
void Show_LastPosition(void)
{
lcd_puts_at(0, 2, strGet(OSD_POS1), 0);
lcd_puts_at(0, 3, strGet(OSD_POS2), 0);
lcd_puts_at(0, 5, strGet(START_LASTPOS1), 0);
uint32_t lon = last5pos[0].Latitude;
write_ndigit_number_u (1, 6, (uint16_t)(lon/10000000), 2, 0);