Skip to content

Commit

Permalink
Darwin typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
kpschoedel committed Jul 12, 2021
1 parent 1975639 commit 25d8991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/CHIPError.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
NS_ASSUME_NONNULL_BEGIN
FOUNDATION_EXPORT NSErrorDomain const CHIPErrorDomain;

typedef int32_t CHIP_ERROR;
typedef uint32_t CHIP_ERROR;

typedef NS_ERROR_ENUM(CHIPErrorDomain, CHIPErrorCode) {
CHIPSuccess = 0,
Expand Down

0 comments on commit 25d8991

Please sign in to comment.