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
When a congatec board controller is not present, CgosLibInitialize returns zero when called (from browsing the sources it seems that despite this name, this function attempts to communicate with an underlying congatec board controller)
The below assertion in congatec.rs prevents cgos-rs from being used in virtualized environments (e.g. virtual machines)
assert_ne!(unsafe{CgosLibInitialize()},0);
The text was updated successfully, but these errors were encountered:
When a congatec board controller is not present, CgosLibInitialize returns zero when called (from browsing the sources it seems that despite this name, this function attempts to communicate with an underlying congatec board controller)
The below assertion in congatec.rs prevents cgos-rs from being used in virtualized environments (e.g. virtual machines)
The text was updated successfully, but these errors were encountered: