move systemlib/rc_check to commander (the only usage) and convert to c++

This commit is contained in:
Daniel Agar
2018-06-11 11:45:22 -04:00
committed by Lorenz Meier
parent a6883c3a0d
commit 3399ec9e73
6 changed files with 20 additions and 35 deletions
-2
View File
@@ -78,8 +78,6 @@
#include <systemlib/hysteresis/hysteresis.h>
#include <systemlib/mavlink_log.h>
#include <parameters/param.h>
#include <systemlib/rc_check.h>
#include <systemlib/state_table.h>
#include <cmath>
#include <cfloat>