mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_FLYMAPLE: fix constructor after I2CDevice
This commit is contained in:
parent
e40785b002
commit
f22f4928dc
@ -51,6 +51,7 @@ HAL_FLYMAPLE::HAL_FLYMAPLE() :
|
||||
&uartCDriver,
|
||||
NULL, /* no uartD */
|
||||
NULL, /* no uartE */
|
||||
NULL,
|
||||
&i2cDriver,
|
||||
NULL, /* only 1 i2c */
|
||||
NULL, /* only 1 i2c */
|
||||
|
Loading…
Reference in New Issue
Block a user