Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
bzbarsky-apple authored and pull[bot] committed Dec 18, 2021
1 parent 03b8146 commit 7525827
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
@@ -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
//
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 7525827

Please sign in to comment.