Skip to content

Commit

Permalink
Update src/protocols/secure_channel/Constants.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Sep 19, 2023
1 parent 23548c5 commit f3ff6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/secure_channel/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ enum class MsgType : uint8_t

StatusReport = 0x40,

ICD_CheckIn = 0X50,
ICD_CheckIn = 0x50,
};

// Placeholder value for the ProtocolCode field when the GeneralCode is Success or Continue.
Expand Down

0 comments on commit f3ff6c0

Please sign in to comment.