mavlink cleanup, drop rate estimation is finally correct

This commit is contained in:
Lorenz Meier
2012-10-22 23:04:11 +02:00
parent ea36154e39
commit 3f240a70ba
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -39,6 +39,8 @@
* @author Lorenz Meier <lm@inf.ethz.ch>
*/
#include "mavlink_bridge_header.h"
#include <v1.0/common/mavlink.h>
#include "mavlink_parameters.h"
#include <uORB/uORB.h>
#include "math.h" /* isinf / isnan checks */
+1 -1
View File
@@ -43,7 +43,7 @@
or in the same folder as this source file */
#include "v1.0/common/mavlink.h"
#include <v1.0/mavlink_types.h>
#include <stdbool.h>
#include <systemlib/param/param.h>