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
This commit made building libOSDP on anything other than Linux or Windows impossible.
Before that I solved it by implementing gettimeofday myself, but I never really liked this solution.
I would suggest not to rely on gettimeofday in this case, but to expect usec_now to be provided by the user instead. This would make compiling libOSDP for embedded platforms way easier.
What do you think?
The text was updated successfully, but these errors were encountered:
This commit made building libOSDP on anything other than Linux or Windows impossible.
Before that I solved it by implementing
gettimeofday
myself, but I never really liked this solution.I would suggest not to rely on
gettimeofday
in this case, but to expectusec_now
to be provided by the user instead. This would make compiling libOSDP for embedded platforms way easier.What do you think?
The text was updated successfully, but these errors were encountered: