Warning fixes.

This commit is contained in:
px4dev
2012-10-29 21:47:37 -07:00
parent 9a85801cb0
commit 270a5d351f
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1045,6 +1045,7 @@ int HMC5883::check_calibration()
_calibrated = false;
// XXX Notify system via uORB
}
return 0;
}
int HMC5883::set_excitement(unsigned enable)
+1
View File
@@ -39,6 +39,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
+1 -1
View File
@@ -112,7 +112,7 @@ int test_uart_send(int argc, char *argv[])
char sample_test_uart[25];// = {'S', 'A', 'M', 'P', 'L', 'E', ' ', '\n'};
int i, r, n;
int i, n;
uint64_t start_time = hrt_absolute_time();