1
0
Fork 0
forked from len0rd/rockbox

utils/regtools/qeditor: fix compilation by avoiding g++ specific syntax

Change-Id: Ie3d36c6c235a5fd70ffc51552fae3392a015beb0
This commit is contained in:
Amaury Pouly 2013-11-25 12:49:55 +00:00
parent 8e63338591
commit 85578cdc4d

View file

@ -693,7 +693,7 @@ void PinAnalyser::FillList()
const char *package_type[8] =
{
[0] = "bga169", [1] = "bga100", [2] = "lqfp100", [3] = "lqfp128",
"bga169", "bga100", "lqfp100", "lqfp128", 0, 0, 0, 0
};
if(!helper.ReadRegisterField("DIGCTL", "STATUS", "PACKAGE_TYPE", value))