fix bug in route add akku menu begin with akkuread

This commit is contained in:
2022-02-05 22:41:25 +01:00
parent aa9bf99349
commit 1ef44864e2
12 changed files with 141 additions and 42 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ class Route {
uint16_t currentPoint = 0;
std::list<Point> points;
std::list<Point>::iterator* it;
std::list<Point>::iterator it;
};
#endif // ROUTE_H
#endif // ROUTE_H