commander: missed 'break' in 'switch' added

This commit is contained in:
Anton Babushkin 2014-05-17 11:00:14 +02:00
parent 1d6bd3b1a7
commit 32ae2dd1d0

View File

@ -1710,6 +1710,7 @@ set_control_mode()
case MAIN_STATE_AUTO:
navigator_enabled = true;
break;
default:
break;