Skip to content

Commit

Permalink
Update examples/darwin-framework-tool/commands/common/CHIPCommandBrid…
Browse files Browse the repository at this point in the history
…ge.h

Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
woody-apple and bzbarsky-apple authored Oct 12, 2024
1 parent d4fae7d commit 45c013b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class CHIPCommandBridge : public Command {

CHIP_ERROR MaybeSetUpStack();
CHIP_ERROR SetUpStackWithSharedStorage(NSArray<NSData *> * productAttestationAuthorityCertificates);
CHIP_ERROR SetUpStackWithControllerStorage(NSArray<NSData *> * productAttestationAuthorityCertificates);
CHIP_ERROR SetUpStackWithPerControllerStorage(NSArray<NSData *> * productAttestationAuthorityCertificates);
void MaybeTearDownStack();

CHIP_ERROR GetPAACertsFromFolder(NSArray<NSData *> * __autoreleasing * paaCertsResult);
Expand Down

0 comments on commit 45c013b

Please sign in to comment.