Count and write for control debug loging was missing (still not working)

This commit is contained in:
Julian Oes 2013-06-16 16:00:44 +02:00
parent 6f108e18d2
commit 38558f0f16
1 changed files with 2 additions and 0 deletions

View File

@ -1054,6 +1054,8 @@ int sdlog2_thread_main(int argc, char *argv[])
log_msg.body.log_CTRL.yaw_rate_p = buf.control_debug.yaw_rate_p;
log_msg.body.log_CTRL.yaw_rate_i = buf.control_debug.yaw_rate_i;
log_msg.body.log_CTRL.yaw_rate_d = buf.control_debug.yaw_rate_d;
LOGBUFFER_WRITE_AND_COUNT(CTRL);
}
/* --- FLOW --- */