You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bluetooth: host_extension: RTCx time diff may be negative
Radio notification callback host extension checks the offset between
system clock and second RTC instance. The implementation assumes given
order of RTCx startup. To remove the constraint use singed integer to
store time difference. Also an assert that enforces the time difference
to be larger or equal to zero.
Signed-off-by: Piotr Pryga <[email protected]>
0 commit comments