mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 20:10:35 +08:00
db96b6c08d
* Move cm8jl65 class member variable initialization from constructor list to declarations. Format whitespace and move method doxy comments to declarations. * Refactor the cm8jl65 driver start() method, and rename info()->status(). * Continued refactoring of the cm8jl65 driver class: - Condense all class files into a single *.cpp file and give class scope resolution to previously unscoped methods. - Refactor cm8jl65 namespace level driver entry methods to reduce code and improve clarity. - Breakout CDev specific initialization LOC into the device_init() method. - Move the endian modification inside of the crc16_calc() method. * Deprecate the hardware ringbuffer, _class_instance, and ioctl() from the cm8jl65 driver.