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
tests: boards: intel_adsp/smoke: fix abs() on unsigned value
Fix complier warning about using abs() with unsigned value.
Since it is being used to calculate differences in clock values,
they needs to be casted into signed 64-bit first to avoid
capping at 32-bit.
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
0 commit comments