forked from len0rd/rockbox
utils/regtools/qeditor: fix compilation by avoiding g++ specific syntax
Change-Id: Ie3d36c6c235a5fd70ffc51552fae3392a015beb0
This commit is contained in:
parent
8e63338591
commit
85578cdc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue