aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2014-07-07 08:52:16 +1000
committerLorenz Meier <lm@inf.ethz.ch>2014-07-08 12:03:02 +0200
commit1c6ea067902708a2b1b3faf55938e6e8768abe18 (patch)
tree13564c7261fbe0e3d16abd42e140bd09e18e464e /src
parentdfee93f3b128a7f23d74363b7700c80ababbe690 (diff)
downloadpx4-firmware-1c6ea067902708a2b1b3faf55938e6e8768abe18.tar.gz
px4-firmware-1c6ea067902708a2b1b3faf55938e6e8768abe18.tar.bz2
px4-firmware-1c6ea067902708a2b1b3faf55938e6e8768abe18.zip
hmc5883: fixed build warnings
Diffstat (limited to 'src')
-rw-r--r--src/drivers/hmc5883/hmc5883.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/hmc5883/hmc5883.cpp b/src/drivers/hmc5883/hmc5883.cpp
index 25cbc0679..72d6bdd95 100644
--- a/src/drivers/hmc5883/hmc5883.cpp
+++ b/src/drivers/hmc5883/hmc5883.cpp
@@ -1255,10 +1255,11 @@ const int ERROR = -1;
HMC5883 *g_dev_int;
HMC5883 *g_dev_ext;
+void hmc5883_usage();
void start(int bus, enum Rotation rotation);
void test(int bus);
void reset(int bus);
-void info();
+void info(int bus);
int calibrate(int bus);
/**