Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Nov 14, 2023
1 parent 1db51ae commit a22125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/ble_ext_advertising.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl BLEExtAdvertisement {
Self {
payload: Vec::new(),
params: esp_idf_sys::ble_gap_ext_adv_params {
own_addr_type: unsafe { crate::ble_device::OWN_ADDR_TYPE },
own_addr_type: unsafe { crate::ble_device::OWN_ADDR_TYPE as _ },
primary_phy,
secondary_phy,
tx_power: 127,
Expand Down

0 comments on commit a22125a

Please sign in to comment.