Skip to content

Commit 694c67e

Browse files
authored
Merge branch 'master' into AA/mDNSnlunit
2 parents f90211e + 8823bd9 commit 694c67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/darwin/Framework/CHIP/MTRError.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ typedef NS_ERROR_ENUM(MTRInteractionErrorDomain, MTRInteractionErrorCode){
138138
MTRInteractionErrorCodePathsExhausted = 0xc8,
139139
MTRInteractionErrorCodeTimedRequestMismatch = 0xc9,
140140
MTRInteractionErrorCodeFailsafeRequired = 0xca,
141-
MTRInteractionErrorInvalidInState MTR_NEWLY_AVAILABLE = 0xcb,
142-
MTRInteractionErrorNoCommandResponse MTR_NEWLY_AVAILABLE = 0xcc,
141+
MTRInteractionErrorCodeInvalidInState MTR_NEWLY_AVAILABLE = 0xcb,
142+
MTRInteractionErrorCodeNoCommandResponse MTR_NEWLY_AVAILABLE = 0xcc,
143143
};
144144
// clang-format on
145145

0 commit comments

Comments
 (0)