removed obsolete sim_imu file

This commit is contained in:
Felix Ruess
2011-10-27 13:09:25 +02:00
parent c4bf4365a3
commit 8034bcb209
-14
View File
@@ -1,14 +0,0 @@
/** \file sim_ir.c
* \brief Regroup functions to simulate autopilot/infrared.c
*
* Infrared soft simulation. OCaml binding.
*/
#include <inttypes.h>
#include "generated/airframe.h"
#include <caml/mlvalues.h>
float ins_roll_neutral = INS_ROLL_NEUTRAL_DEFAULT;
float ins_pitch_neutral = INS_PITCH_NEUTRAL_DEFAULT;