mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Revert "fix(nimble): Added debug print to check for skipped adv report"
This reverts commit e29f31bca4
.
This commit is contained in:
parent
284242d609
commit
e8ac1be60c
@ -217,7 +217,6 @@ static int host_rcv_pkt(uint8_t *data, uint16_t len)
|
||||
evbuf = ble_transport_alloc_evt(1);
|
||||
/* Skip advertising report if we're out of memory */
|
||||
if (!evbuf) {
|
||||
ESP_LOGI(TAG, "Skipping advertising report due to low memory");
|
||||
return 0;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user