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
Thanks the project firstly.
When try to run it, find one issue.
https://github.com/Avnu/gptp/blob/master/common/ptp_message.cpp#L1964
origin:
char linkDelayInterval = tlv.getLinkDelayInterval();
char timeSyncInterval = tlv.getTimeSyncInterval();
char announceInterval = tlv.getAnnounceInterval();
It would be better if change char to int8_t.
The text was updated successfully, but these errors were encountered:
Thanks the project firstly.
When try to run it, find one issue.
https://github.com/Avnu/gptp/blob/master/common/ptp_message.cpp#L1964
origin:
char linkDelayInterval = tlv.getLinkDelayInterval();
char timeSyncInterval = tlv.getTimeSyncInterval();
char announceInterval = tlv.getAnnounceInterval();
It would be better if change char to int8_t.
The text was updated successfully, but these errors were encountered: