mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-31 14:20:07 +00:00
npl/riot: adapt to xtimer API change
This commit is contained in:
committed by
Hauke Petersen
parent
713914f1ca
commit
37245d0c3f
@@ -209,7 +209,7 @@ ble_npl_callout_stop(struct ble_npl_callout *co)
|
||||
static inline bool
|
||||
ble_npl_callout_is_active(struct ble_npl_callout *c)
|
||||
{
|
||||
return (c->timer.target || c->timer.long_target);
|
||||
return (c->timer.offset || c->timer.long_offset);
|
||||
}
|
||||
|
||||
static inline ble_npl_time_t
|
||||
|
||||
Reference in New Issue
Block a user