File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ endif()
84
84
85
85
declare_cache_var(Z_FEATURE_LINK_SERIAL 1 STRING "Serial support" )
86
86
if (ZENOH_USB_UART)
87
+ declare_cache_var(Z_FEATURE_UNSTABLE_API 1 STRING "Enable unstable API" )
87
88
declare_cache_var(Z_FEATURE_LINK_SERIAL_USB 1 STRING "Serial USB support" )
88
89
else ()
89
90
declare_cache_var(Z_FEATURE_LINK_SERIAL_USB 0 STRING "Serial USB support" )
@@ -150,14 +151,14 @@ function(add_example name)
150
151
pico_add_extra_outputs(${name} )
151
152
endfunction ()
152
153
153
- # add_example(z_get)
154
+ add_example(z_get)
154
155
add_example(z_pub)
155
- # add_example(z_pub_st)
156
- # add_example(z_pub_thr)
157
- # add_example(z_pull)
158
- # add_example(z_put)
159
- # add_example(z_queryable)
160
- # add_example(z_scout)
161
- # add_example(z_sub)
162
- # add_example(z_sub_st)
163
- # add_example(z_sub_thr)
156
+ add_example(z_pub_st)
157
+ add_example(z_pub_thr)
158
+ add_example(z_pull)
159
+ add_example(z_put)
160
+ add_example(z_queryable)
161
+ add_example(z_scout)
162
+ add_example(z_sub)
163
+ add_example(z_sub_st)
164
+ add_example(z_sub_thr)
You can’t perform that action at this time.
0 commit comments