mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 10:07:36 +08:00
94c1f21473
* Migrate mb12xx driver class member variable initialization to declarations. Format whitespace and alphabetize/group/order var declarations. Refactor driver reset() and mb12xx_main() methods for readability. Deprecate usage of IOCTL. * Deprecate the _reports ringbuffer, _class_instance, and read() method and minor formatting in the mb12xx driver. * Add time_literal usage and #define MB12XX_BUS_SPEED. * Refactor the mb12xx driver to mirror the mappy_dot driver implementation and create functionality for multiple sensors. * Add stack size for the mb12xx driver.