Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Mar 30, 2021
1 parent f52b743 commit 507c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Command.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Command
Messaging::ExchangeContext * mpExchangeCtx = nullptr;
InteractionModelDelegate * mpDelegate = nullptr;
chip::System::PacketBufferHandle mCommandMessageBuf;
CommandId mCommandIndex = 0;
uint8_t mCommandIndex = 0;

private:
chip::System::PacketBufferHandle mpBufHandle;
Expand Down

0 comments on commit 507c82e

Please sign in to comment.