mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_AVR: Do not init HAL's dataflash
This commit is contained in:
parent
7d70ff409d
commit
00cd4b1857
|
@ -18,6 +18,5 @@ void HAL_AVR::init(void* opts) const {
|
|||
i2c->begin();
|
||||
i2c->setTimeout(100);
|
||||
analogin->init(NULL);
|
||||
dataflash->init(NULL);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue