Skip to content

Commit

Permalink
In jtag3::deviceAutoConfig(), fix constructor syntax
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/avarice/code/trunk/avarice@427 a7e36acc-7495-4a18-91ca-7b9a7881be12
  • Loading branch information
Joerg Wunsch committed Jan 20, 2022
1 parent 28667b6 commit 5a125cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jtag3io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ void jtag3::deviceAutoConfig(void)
* Hopefully, the values below will remain constant for all
* Xmega devices ...
*/
jtag_device_def_type desc{ "dummy", 0,
jtag_device_def_type desc = { "dummy", 0,
0, 0, 0, 0, 0, DEVFL_NONE,
nullptr, true, 0, 0, 0, 0,
{}, {}, {} };
Expand Down

0 comments on commit 5a125cd

Please sign in to comment.