Skip to content

Commit ce9ece8

Browse files
committed
typo fix
1 parent 6a6d47f commit ce9ece8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/arm/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ setup_path_script=${ethos_u_scratch_dir}/setup_path.sh
9999
if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
100100
toolchain_cmake=${et_root_dir}/examples/arm/ethos-u-setup/${toolchain}.cmake
101101
elif [[ ${toolchain} == "arm-zephyr-eabi-gcc" ]]; then
102-
toolchain_cmake=${et_root_dir}/examples/zephyr/x86_64-linux-arm-zpehyr-eabi-gcc.cmake
102+
toolchain_cmake=${et_root_dir}/examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
103103
else
104104
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
105105
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"

0 commit comments

Comments
 (0)