RP2: Move DCMI PIO to board dir.

This commit is contained in:
iabdalkader 2021-06-21 22:57:54 +02:00
parent 68663f489d
commit b0589566cd
2 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ if(MICROPY_PY_SENSOR)
# Generate DCMI PIO header
pico_generate_pio_header(${MICROPY_TARGET}
${TOP_DIR}/${OMV_DIR}/ports/${PORT}/dcmi.pio
${OMV_BOARD_CONFIG_DIR}/dcmi.pio
)
endif()