mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
hmc5883: fixed build warnings
This commit is contained in:
committed by
Lorenz Meier
parent
dfee93f3b1
commit
1c6ea06790
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user