Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ble log fix c2
Browse files Browse the repository at this point in the history
MabezDev committed Sep 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 48abe14 commit 302c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-wifi/src/ble/npl.rs
Original file line number Diff line number Diff line change
@@ -987,7 +987,7 @@ pub(crate) fn ble_init() {
*(HCI_OUT_COLLECTOR.as_mut_ptr()) = HciOutCollector::new();

// turn on logging
#[cfg(feature = "sys-logs")]
#[cfg(all(feature = "sys-logs", esp32c2))]
{
extern "C" {
static mut g_ble_plf_log_level: u32;

0 comments on commit 302c46c

Please sign in to comment.