Skip to content

Commit 50b1242

Browse files
committed
Linting and minor typo fix
1 parent 6f4fc42 commit 50b1242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
263263
# We will use the the bare metal default, specify to use the
264264
# arm zephyr toolchain if we need to
265-
toolchain_cmake=examples/arm/ethos-u-setup/arm-eabi-none-gcc.cmake
265+
toolchain_cmake=examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake
266266
toolchain_cmake=$(realpath ${toolchain_cmake})
267267
268268
# Build and test size test

examples/arm/ethos-u-setup/arm-none-eabi-gcc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ add_compile_options(
108108
-Wno-psabi
109109
)
110110

111-
if (CMAKE_ARM_ARCH_ABI STREQUAL "arm-zephyr-eabi")
111+
if(CMAKE_ARM_ARCH_ABI STREQUAL "arm-zephyr-eabi")
112112
add_compile_options(
113113
-Wno-stringop-overread
114114
-Wno-error=format=

0 commit comments

Comments
 (0)