mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: correct comment in LIS3MDL driver
Commit 17f2393c1b
decreased timer frequency but didn't change comment to match
This commit is contained in:
parent
2437260f8a
commit
6cf8791eb5
|
@ -123,7 +123,7 @@ bool AP_Compass_LIS3MDL::init()
|
|||
dev->set_device_type(DEVTYPE_LIS3MDL);
|
||||
set_dev_id(compass_instance, dev->get_bus_id());
|
||||
|
||||
// call timer() at 155Hz
|
||||
// call timer() at 80Hz
|
||||
dev->register_periodic_callback(1000000U/80U,
|
||||
FUNCTOR_BIND_MEMBER(&AP_Compass_LIS3MDL::timer, void));
|
||||
|
||||
|
|
Loading…
Reference in New Issue