i am watching code which storge parameter by flash(https://github.com/ArduPilot/ardupilot/blob/Copter-3.5/libraries/AP_FlashStorage/AP_FlashStorage.cpp#219)
in AP_FlashStorage::load_sector function, i see the function return when judging BLOCK_STATE_AVAILABLE, but I can’t find it in the whole project, where to add BLOCK_STATE_AVAILABLE state
Where does the program add the available state(BLOCK_STATE_AVAILABLE) of the current block?