Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion porting/npl/riot/include/nimble/nimble_npl_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down