Skip to content

Commit 469cd18

Browse files
committed
fix: add missing n_cobs.c source file needed for binary examples
The n_cobs.c file is needed when building binary examples. Without it, the build fails due to missing _cobs* symbol references in n_helpers.c
1 parent 55d4e91 commit 469cd18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notecard/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ zephyr_library_sources(
55
../note-c/n_b64.c
66
../note-c/n_cjson.c
77
../note-c/n_cjson_helpers.c
8+
../note-c/n_cobs.c
89
../note-c/n_const.c
910
../note-c/n_ftoa.c
1011
../note-c/n_helpers.c

0 commit comments

Comments
 (0)