Plane: show modes as strings in log

This commit is contained in:
Andrew Tridgell 2013-04-26 08:07:18 +10:00
parent 18444d3ac3
commit 1956d9c2dc

View File

@ -442,7 +442,7 @@ static const struct LogStructure log_structure[] PROGMEM = {
{ LOG_NTUN_MSG, sizeof(log_Nav_Tuning),
"NTUN", "CICCcc", "Yaw,WpDist,TargBrg,NavBrg,AltErr,Arspd" },
{ LOG_MODE_MSG, sizeof(log_Mode),
"MODE", "B", "Mode" },
"MODE", "M", "Mode" },
{ LOG_CURRENT_MSG, sizeof(log_Current),
"CURR", "hhhHf", "Thr,Volt,Curr,Vcc,CurrTot" },
{ LOG_COMPASS_MSG, sizeof(log_Compass),