Skip to content

Commit

Permalink
tools: Psoc6 fixing path to devs file.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Sep 20, 2023
1 parent 680292f commit e762831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ function ci_psoc6_flash_multiple_devices {
board=$1
# hex file including path with respect to micropython root
hex_file=$2
dev_files=$3
devs_file=$3

docker exec mtb-ci make program_multi BOARD=${board} EXT_HEX_FILE=../../${hex_file} DEVS_FILE=${dev_files}
docker exec mtb-ci make program_multi BOARD=${board} EXT_HEX_FILE=../../${hex_file} DEVS_FILE=../../${devs_file}
}

function ci_psoc6_run_tests {
Expand Down

0 comments on commit e762831

Please sign in to comment.