Skip to content

Commit 553375c

Browse files
committed
Fix build
1 parent 0fe33e1 commit 553375c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/mower_ui_service/mower_ui_service.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class MowerUiService : public MowerUiServiceBase {
5959

6060
private:
6161
MUTEX_DECL(mtx_);
62-
63-
HighLevelStatus state_id_ = MowerUiServiceBase::HighLevelStatus::UNKNOWN;
62+
63+
HighLevelStatus state_id_ = HighLevelStatus::UNKNOWN;
6464
etl::string<100> state_name_{};
6565
etl::string<100> sub_state_name_{};
6666
float gps_quality_ = 0;

0 commit comments

Comments
 (0)