mirror of https://github.com/ArduPilot/ardupilot
AP_FlashIface: Fix some typos
Fixed some typos found in the code.
This commit is contained in:
parent
804d4446d1
commit
c6dfbbd9a4
|
@ -56,7 +56,7 @@ static UNUSED_FUNCTION void test_page_program()
|
|||
hal.console->printf("Failed to allocate data for read");
|
||||
}
|
||||
|
||||
// fill program data with its own adress
|
||||
// fill program data with its own address
|
||||
for (uint32_t i = 0; i < jedec_dev.get_page_size(); i++) {
|
||||
data[i] = i;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue