Skip to content

Commit

Permalink
Update ZAP to tip (#11439)
Browse files Browse the repository at this point in the history
* Pull in ZAP tip

* Define ATTRIBUTE_MASK_NULLABLE so things compile.
  • Loading branch information
bzbarsky-apple authored Nov 4, 2021
1 parent 0fb625a commit 29747a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions src/app/zap-templates/templates/app/att-storage.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#define ATTRIBUTE_MASK_SINGLETON (0x20)
// Attribute is a client attribute
#define ATTRIBUTE_MASK_CLIENT (0x40)
// Attribute is nullable
#define ATTRIBUTE_MASK_NULLABLE (0x80)

// Cluster masks modify how clusters are used by the framework
//
Expand Down
12 changes: 6 additions & 6 deletions zzz_generated/all-clusters-app/zap-generated/endpoint_config.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29747a2

Please sign in to comment.