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
According to the coding conventions and best practice no function should return a struct. However, vtimer_now() returns a struct of the type timex_t. This should be replaced by adding an output parameter.
According to the coding conventions and best practice no function should return a struct. However, vtimer_now() returns a struct of the type timex_t. This should be replaced by adding an output parameter.