AP_HAL_AVR: Do not init HAL's dataflash

This commit is contained in:
Pat Hickey 2012-12-07 20:45:57 -08:00 committed by Andrew Tridgell
parent 7d70ff409d
commit 00cd4b1857
1 changed files with 0 additions and 1 deletions

View File

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