1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

SYM_TOTAL and SYM_TRIP_DISTANCE are the same symbol

This commit is contained in:
Marcelo Bezerra 2023-10-21 17:34:54 +02:00
parent 3456d60e9a
commit 201398e751

View file

@ -187,7 +187,6 @@ uint8_t getBfCharacter(uint8_t ch, uint8_t page)
case SYM_ALT_M:
return BF_SYM_M;
case SYM_TRIP_DIST:
case SYM_TOTAL:
return BF_SYM_TOTAL_DISTANCE;
/*