Skip to content

Commit 0ea3cdb

Browse files
committed
Fix build and style
1 parent 6c051bc commit 0ea3cdb

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
@@ -170,6 +170,8 @@ config("config") {
170170

171171
executable("darwin-framework-tool") {
172172
sources = [
173+
"${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.cpp",
174+
"${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.h",
173175
"${chip_root}/examples/chip-tool/commands/common/Command.cpp",
174176
"${chip_root}/examples/chip-tool/commands/common/Command.h",
175177
"${chip_root}/examples/chip-tool/commands/common/Commands.cpp",

0 commit comments

Comments
 (0)