Skip to content

Commit

Permalink
Fix build and style
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed May 2, 2024
1 parent 6c051bc commit 81ad69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/chip-tool/commands/common/CHIPCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -654,4 +654,3 @@ void CHIPCommand::ExecuteDeferredCleanups(intptr_t ignored)
}
sDeferredCleanups.clear();
}

2 changes: 2 additions & 0 deletions examples/darwin-framework-tool/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ executable("darwin-framework-tool") {
"${chip_root}/examples/chip-tool/commands/common/Command.h",
"${chip_root}/examples/chip-tool/commands/common/Commands.cpp",
"${chip_root}/examples/chip-tool/commands/common/Commands.h",
"${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.cpp",
"${chip_root}/examples/chip-tool/commands/common/ChipToolCheckInDelegate.h",
"${chip_root}/examples/chip-tool/commands/common/HexConversion.h",
"${chip_root}/examples/common/websocket-server/WebSocketServer.cpp",
"${chip_root}/examples/common/websocket-server/WebSocketServer.h",
Expand Down

0 comments on commit 81ad69d

Please sign in to comment.