mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-03 07:40:04 +00:00
porting: Add missing API to dummy NPL
This commit is contained in:
@@ -44,6 +44,11 @@ ble_npl_eventq_init(struct ble_npl_eventq *evq)
|
||||
|
||||
}
|
||||
|
||||
struct ble_npl_event *
|
||||
ble_npl_eventq_get(struct ble_npl_eventq *evq, ble_npl_time_t tmo)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
ble_npl_eventq_put(struct ble_npl_eventq *evq, struct ble_npl_event *ev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user