AP_HAL_FLYMAPLE: replace tabs with spaces in HAL_FLYMAPLE_Class

This commit is contained in:
Lucas De Marchi 2015-12-14 11:00:07 -02:00 committed by Andrew Tridgell
parent d08d7ce125
commit 0e29a7193a

View File

@ -54,17 +54,17 @@ HAL_FLYMAPLE::HAL_FLYMAPLE() :
&i2cDriver,
NULL, /* only 1 i2c */
NULL, /* only 1 i2c */
&spiDeviceManager,
&analogIn,
&storageDriver,
&spiDeviceManager,
&analogIn,
&storageDriver,
&uartADriver,
&gpioDriver,
&rcinDriver,
&rcoutDriver,
&gpioDriver,
&rcinDriver,
&rcoutDriver,
&schedulerInstance,
&utilInstance,
&utilInstance,
NULL /* no optical flow */
)
)
{}
void HAL_FLYMAPLE::run(int argc, char* const argv[], Callbacks* callbacks) const