porting: Add missing return statement

This commit is contained in:
Mingjie Shen
2023-07-18 21:40:14 -04:00
committed by Szymon Janc
parent 28649933ad
commit cc556e97f4
+1
View File
@@ -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