Actions
Bug #10504
openEMG does not initialize device variable
Start date:
09/30/2020
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
In emg_pm_pm_ops_scenario_delta_pm_ops
scenario function variable emg_8_device
is just declared, without any initialization. Allocation does not help, as it should be somehow related to the probed device, which is initialized in the other scenario.
Actions