Skip to content

Commit

Permalink
Enable Z_FEATURE_ATTACHMENT feature functionality in installed header…
Browse files Browse the repository at this point in the history
…s by default (#329)
  • Loading branch information
gmartin82 authored Jan 26, 2024
1 parent a87cea8 commit a0d58e7
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 a0d58e7

Please sign in to comment.