AP_HAL_AVR: init dataflash from HAL init

This commit is contained in:
Pat Hickey 2012-12-04 18:41:23 -08:00 committed by Andrew Tridgell
parent 7f02993994
commit af852aa6a9
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@ void HAL_AVR::init(void* opts) const {
i2c->begin();
i2c->setTimeout(100);
analogin->init(NULL);
dataflash->init(NULL);
};