Skip to content

Commit e5a08ce

Browse files
committed
Updated dev-utils submodule and CMakeLists.txt
1 parent f5c5483 commit e5a08ce

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
86
workflow_dispatch:
97

108
jobs:

CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
zephyr_library_include_directories(.)
2+
FILE(GLOB app_sources *.c)
3+
target_sources(app PRIVATE
4+
${app_sources}
5+
)

src/utils

0 commit comments

Comments
 (0)