瀏覽代碼

Add PAL20L8 specs

Fabio Battaglia 4 年之前
父節點
當前提交
39337eef01
共有 2 個文件被更改,包括 8 次插入2 次删除
  1. 7 1
      .vscode/settings.json
  2. 1 1
      src/main/java/info/hkzlab/dupal/analyzer/devices/PAL20L8Specs.java

+ 7 - 1
.vscode/settings.json

@@ -1,3 +1,9 @@
 {
-    "java.configuration.updateBuildConfiguration": "interactive"
+    "java.configuration.updateBuildConfiguration": "automatic",
+    "files.exclude": {
+        "**/.classpath": true,
+        "**/.project": true,
+        "**/.settings": true,
+        "**/.factorypath": true
+    }
 }

+ 1 - 1
src/main/java/info/hkzlab/dupal/analyzer/devices/PAL20L8Specs.java

@@ -31,7 +31,7 @@ public class PAL20L8Specs implements PALSpecs {
 
     @Override
     public int getMask_IN() {
-        return 0x3FF;
+        return 0x3C03FF;
     }
 
     @Override