Skip to content

Commit 81ad69d

Browse files
committedMay 2, 2024·
Fix build and style
1 parent 6c051bc commit 81ad69d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎examples/chip-tool/commands/common/CHIPCommand.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -654,4 +654,3 @@ void CHIPCommand::ExecuteDeferredCleanups(intptr_t ignored)
654654
}
655655
sDeferredCleanups.clear();
656656
}
657-

‎examples/darwin-framework-tool/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ executable("darwin-framework-tool") {
174174
"${chip_root}/examples/chip-tool/commands/common/Command.h",
175175
"${chip_root}/examples/chip-tool/commands/common/Commands.cpp",
176176
"${chip_root}/examples/chip-tool/commands/common/Commands.h",
177+
"${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.cpp",
178+
"${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.h",
177179
"${chip_root}/examples/chip-tool/commands/common/HexConversion.h",
178180
"${chip_root}/examples/common/websocket-server/WebSocketServer.cpp",
179181
"${chip_root}/examples/common/websocket-server/WebSocketServer.h",

0 commit comments

Comments
 (0)