summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/regtools/qeditor/std_analysers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/regtools/qeditor/std_analysers.cpp b/utils/regtools/qeditor/std_analysers.cpp
index 76ee070710..aef45e7abc 100644
--- a/utils/regtools/qeditor/std_analysers.cpp
+++ b/utils/regtools/qeditor/std_analysers.cpp
@@ -693,7 +693,7 @@ void PinAnalyser::FillList()
693 693
694 const char *package_type[8] = 694 const char *package_type[8] =
695 { 695 {
696 [0] = "bga169", [1] = "bga100", [2] = "lqfp100", [3] = "lqfp128", 696 "bga169", "bga100", "lqfp100", "lqfp128", 0, 0, 0, 0
697 }; 697 };
698 698
699 if(!helper.ReadRegisterField("DIGCTL", "STATUS", "PACKAGE_TYPE", value)) 699 if(!helper.ReadRegisterField("DIGCTL", "STATUS", "PACKAGE_TYPE", value))