From 11c2b6784dc89f047f30abfbc575c6804511f720 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Fri, 8 Apr 2016 13:18:45 +0200 Subject: [PATCH] msg: fix comment in commander_state --- msg/commander_state.msg | 2 -- 1 file changed, 2 deletions(-) diff --git a/msg/commander_state.msg b/msg/commander_state.msg index c3e9740a0d..0c6a896dc7 100644 --- a/msg/commander_state.msg +++ b/msg/commander_state.msg @@ -14,8 +14,6 @@ uint8 MAIN_STATE_AUTO_LAND = 11 uint8 MAIN_STATE_AUTO_FOLLOW_TARGET = 12 uint8 MAIN_STATE_MAX = 13 -# state machine / state of vehicle. -# Encodes the complete system state and is set by the commander app. uint64 timestamp # in microseconds since system start, is set whenever the writing thread stores new data uint8 main_state # main state machine