Skip to content

Commit

Permalink
Config for all MCUs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 4, 2024
1 parent f2cf845 commit 2cbf4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ where
..Default::default()
};

#[cfg(esp32c3)]
#[cfg(not(any(esp32, esp32s3)))]
let mut bt_cfg = esp_bt_controller_config_t {
magic: crate::sys::ESP_BT_CTRL_CONFIG_MAGIC_VAL,
version: crate::sys::ESP_BT_CTRL_CONFIG_VERSION,
Expand Down

0 comments on commit 2cbf4f5

Please sign in to comment.