mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Fixed bug due to unitialized variables in PRJTAGDriveOutputs calls
This commit is contained in:
@@ -468,6 +468,8 @@ void xsvfTmsTransition( short tms )
|
||||
jtagOutputs.tdoMask = 0;
|
||||
jtagOutputs.tmsMask = 1;
|
||||
jtagOutputs.tms = tms;
|
||||
jtagOutputs.tdo = 0; // Unused but initialized.
|
||||
jtagOutputs.tck = 0; // Unused but initialized.
|
||||
PRJTAGDriveOutputs(proc, &jtagOutputs, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user