Skip to content

BUG: Old errors cause new HDAPI devices to appear to fail

Sam Horvath requested to merge HDAPIErrorFlush into master

The HDAPI error stack persists across device instances, so the error stack should be flushed before initializing a new device and checking for initialization errors. Otherwise, a fatal error is thrown even if the device intializes correctly

Merge request reports