mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
NMEA compilation error
This commit is contained in:
parent
84305a5a05
commit
97d8886dfa
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ void menuTelemetryNMEA1(uint8_t event)
|
|||
if ((show_timer == 1) && rbuf[0][0]) { // show the Timer when data have been received
|
||||
|
||||
lcd_puts ( 2*FW, 4*FH, PSTR("Timer")); // display "Timer"
|
||||
putsTime ( 5*FW, 5*FH, (gpstime-gpstimer), DBLSIZE, DBLSIZE); // display difference as mm:ss
|
||||
putsTimer ( 5*FW, 5*FH, (gpstime-gpstimer), DBLSIZE, DBLSIZE); // display difference as mm:ss
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue