Home
last modified time | relevance | path

Searched refs:PICO_ERROR_VERSION_MISMATCH (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_base_headers/include/pico/
Derror.h44PICO_ERROR_VERSION_MISMATCH = -20, ///< A version mismatch occurred (e.g. trying to run P… enumerator
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/
Dpio.c136 if (program->pio_version) return PICO_ERROR_VERSION_MISMATCH; in add_program_at_offset_check()