We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1577f8 commit b18d5aeCopy full SHA for b18d5ae
1 file changed
src/samples/supervisor/posix/zcbor_helpers.c
@@ -50,6 +50,9 @@ bool encode_string_array(zcbor_state_t *state, const char **arr)
50
}
51
52
53
+ return zcbor_nil_put(state, NULL);
54
+ count++;
55
+
56
return zcbor_list_end_encode(state, count);
57
58
0 commit comments