Skip to content

Commit f14ff25

Browse files
committed
Add break in default section
1 parent cae9910 commit f14ff25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/chef/common/clusters/keypad-input/KeypadInputManager.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ void KeypadInputManager::HandleSendKey(CommandResponseHelper<SendKeyResponseType
5858
break;
5959
default:
6060
response.status = chip::app::Clusters::KeypadInput::StatusEnum::kUnsupportedKey;
61+
break;
6162
}
6263

6364
helper.Success(response);

0 commit comments

Comments
 (0)