Skip to content

Commit

Permalink
Use bool instead of uint8_t for requiresCustomFlow (#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored Mar 2, 2021
1 parent aa919a9 commit 5cf968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_payload/SetupPayload.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class SetupPayload
uint8_t version;
uint16_t vendorID;
uint16_t productID;
uint8_t requiresCustomFlow;
bool requiresCustomFlow;
RendezvousInformationFlags rendezvousInformation;
uint16_t discriminator;
uint32_t setUpPINCode;
Expand Down

0 comments on commit 5cf968c

Please sign in to comment.