Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Feb 20, 2024
1 parent 8f1e544 commit 77d5e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/InteractionModelRevision.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ namespace chip {
* See section 8.1.1. "Revision History" in the "Interaction Model
* Specification" chapter of the core Matter specification.
*/
inline constexpr InteractionModelRevision kInteractionModelRevision = 11;
inline constexpr uint8_t kInteractionModelRevisionTag = 0xFF;
inline constexpr InteractionModelRevision kInteractionModelRevision = 11;
inline constexpr uint8_t kInteractionModelRevisionTag = 0xFF;

/**
* A monotonic number identifying the revision number of the Data Model against
Expand Down

0 comments on commit 77d5e0d

Please sign in to comment.