Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cparata committed Feb 8, 2021
1 parent 9ec4d79 commit d1535a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/HCISharedMemTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ int HCISharedMemTransportClass::bt_ipm_gap_init(void)
* Role byte, enable_privacy byte, device_name_char_len byte */
uint8_t data[4 + 3];

phase_tx_power = false;
phase_gap_init = false;

data[0] = BT_BUF_CMD; /* the type */
data[1] = 0x8A; /* the OPCODE */
Expand Down

0 comments on commit d1535a0

Please sign in to comment.