hmc5883: fixed build warnings

This commit is contained in:
Andrew Tridgell 2014-07-07 08:52:16 +10:00 committed by Lorenz Meier
parent dfee93f3b1
commit 1c6ea06790
1 changed files with 2 additions and 1 deletions

View File

@ -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);
/**