mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_HAL: fixed example build
This commit is contained in:
parent
f4db241bf6
commit
979a571d68
@ -51,7 +51,7 @@ void setup(void)
|
||||
init Storage API
|
||||
*/
|
||||
hal.console->printf_P(PSTR("Starting AP_HAL::Storage test\r\n"));
|
||||
st->init();
|
||||
st->init(NULL);
|
||||
|
||||
/*
|
||||
Calculate XOR of the full conent of memory
|
||||
|
Loading…
Reference in New Issue
Block a user