AP_FlashIface: Fix some typos

Fixed some typos found in the code.
This commit is contained in:
Mykhailo Kuznietsov 2023-10-11 18:41:52 +11:00 committed by Peter Barker
parent 804d4446d1
commit c6dfbbd9a4

View File

@ -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;
} }