Skip to content

Commit

Permalink
Moving this back for now
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed May 23, 2024
1 parent 94037dc commit e7f932a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/darwin/Framework/CHIP/MTRDevice_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ NSNumber * MTRClampedNumber(NSNumber * aNumber, NSNumber * min, NSNumber * max);
#pragma mark - Constants

static NSString * const kDefaultSubscriptionPoolSizeOverrideKey = @"subscriptionPoolSizeOverride";
static NSString * const kSRPTimeoutInMsecsUserDefaultKey = @"SRPTimeoutInMSecsOverride";
static NSString * const kTestStorageUserDefaultEnabledKey = @"enableTestStorage";

NS_ASSUME_NONNULL_END
2 changes: 2 additions & 0 deletions src/platform/Darwin/UserDefaults.mm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#import <Foundation/Foundation.h>

static NSString * const kSRPTimeoutInMsecsUserDefaultKey = @"SRPTimeoutInMSecsOverride";

namespace chip {
namespace Platform {

Expand Down

0 comments on commit e7f932a

Please sign in to comment.