AP_HAL: use init() method without arguments

Override the init() method from parent class that doesn't have a
parameter since it's not used here.
This commit is contained in:
Lucas De Marchi 2015-12-02 14:41:27 -02:00
parent 6b1c5e6f72
commit 6bc07da0ee
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ void setup(void)
init Storage API
*/
hal.console->printf("Starting AP_HAL::Storage test\r\n");
st->init(NULL);
st->init();
/*
Calculate XOR of the full conent of memory