mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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");
|
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++) {
|
for (uint32_t i = 0; i < jedec_dev.get_page_size(); i++) {
|
||||||
data[i] = i;
|
data[i] = i;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user