Skip to content

Commit 5a125cd

Browse files
author
Joerg Wunsch
committed
In jtag3::deviceAutoConfig(), fix constructor syntax
git-svn-id: svn://svn.code.sf.net/p/avarice/code/trunk/avarice@427 a7e36acc-7495-4a18-91ca-7b9a7881be12
1 parent 28667b6 commit 5a125cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jtag3io.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ void jtag3::deviceAutoConfig(void)
574574
* Hopefully, the values below will remain constant for all
575575
* Xmega devices ...
576576
*/
577-
jtag_device_def_type desc{ "dummy", 0,
577+
jtag_device_def_type desc = { "dummy", 0,
578578
0, 0, 0, 0, 0, DEVFL_NONE,
579579
nullptr, true, 0, 0, 0, 0,
580580
{}, {}, {} };

0 commit comments

Comments
 (0)