Skip to content

Commit

Permalink
Fix compile for iOS CHIPTool. (#16688)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Nov 29, 2023
1 parent 2c7ce31 commit 2450601
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ - (void)reportFromUserEnteredSettings
minInterval:minIntervalSeconds
maxInterval:maxIntervalSeconds
params:nil
cacheContainer:nil
reportHandler:^(NSArray<CHIPAttributeReport *> * _Nullable reports, NSError * _Nullable error) {
if (error) {
NSLog(@"Status: update reportAttributeMeasuredValue completed with error %@",
Expand Down

0 comments on commit 2450601

Please sign in to comment.