Skip to content

Commit

Permalink
fix: remove raweth by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Nov 23, 2023
1 parent 820eb2c commit 6349597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh-pico/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
* Enable raweth transport/link.
*/
#ifndef Z_FEATURE_RAWETH_TRANSPORT
#define Z_FEATURE_RAWETH_TRANSPORT 1
#define Z_FEATURE_RAWETH_TRANSPORT 0
#endif

/*------------------ Compile-time configuration properties ------------------*/
Expand Down

0 comments on commit 6349597

Please sign in to comment.