mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_HAL_AVR: init dataflash from HAL init
This commit is contained in:
parent
7f02993994
commit
af852aa6a9
@ -18,5 +18,6 @@ void HAL_AVR::init(void* opts) const {
|
|||||||
i2c->begin();
|
i2c->begin();
|
||||||
i2c->setTimeout(100);
|
i2c->setTimeout(100);
|
||||||
analogin->init(NULL);
|
analogin->init(NULL);
|
||||||
|
dataflash->init(NULL);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user