Skip to content

Commit

Permalink
fix: Enable Z_FEATURE_ATTACHMENT feature in user headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Jan 25, 2024
1 parent a87cea8 commit 39d56ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/zenoh-pico/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@
#define Z_FEATURE_FRAGMENTATION 1
#endif

/**
* Enable attachments.
*/
#ifndef Z_FEATURE_ATTACHMENT
#define Z_FEATURE_ATTACHMENT 1
#endif

/*------------------ Compile-time configuration properties ------------------*/
/**
* Default length for Zenoh ID. Maximum size is 16 bytes.
Expand Down

0 comments on commit 39d56ae

Please sign in to comment.