mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
porting: Add missing return statement
This commit is contained in:
committed by
Szymon Janc
parent
28649933ad
commit
cc556e97f4
@@ -41,6 +41,7 @@ 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)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user