Skip to content

Commit

Permalink
add weak implementation of ble_cordio_set_lp_mode() fun to avoid comp…
Browse files Browse the repository at this point in the history
…ilation issues
  • Loading branch information
leonardocavagnis committed Oct 18, 2023
1 parent 3ae2609 commit 60b8f14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connectivity/drivers/ble/FEATURE_BLE/CommonHCIDriver.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "mbed_toolchain.h"

MBED_WEAK
void ble_cordio_set_lp_mode(bool status) {
(void)status;
}

0 comments on commit 60b8f14

Please sign in to comment.