Skip to content

Commit

Permalink
remove blanklines after doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Nov 6, 2024
1 parent b0c85c8 commit b783b9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion esp-wifi/src/ble/controller/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ impl Write for BleConnector<'_> {
}

/// Async Interface

pub(crate) mod asynch {
use core::task::Poll;

Expand Down
2 changes: 0 additions & 2 deletions esp-wifi/src/ble/os_adapter_esp32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ const BTDM_ASYNC_WAKEUP_REQ_COEX: i32 = 1;
/// true if request lock is needed, false otherwise
///
/// *************************************************************************

#[cfg(coex)]
fn async_wakeup_request(event: i32) -> bool {
let mut do_wakeup_request = false;
Expand Down Expand Up @@ -623,7 +622,6 @@ fn async_wakeup_request(event: i32) -> bool {
/// true if request lock is needed, false otherwise
///
/// *************************************************************************

#[cfg(coex)]
fn async_wakeup_request_end(event: i32) {
let request_lock = match event {
Expand Down
1 change: 0 additions & 1 deletion esp-wifi/src/common_adapter/common_adapter_esp32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ pub(crate) unsafe fn phy_disable_clock() {
/// Register value
///
/// *************************************************************************

#[ram]
#[no_mangle]
unsafe extern "C" fn esp_dport_access_reg_read(reg: u32) -> u32 {
Expand Down

0 comments on commit b783b9d

Please sign in to comment.