@@ -1,3 +1,9 @@
{
- "java.configuration.updateBuildConfiguration": "interactive"
+ "java.configuration.updateBuildConfiguration": "automatic",
+ "files.exclude": {
+ "**/.classpath": true,
+ "**/.project": true,
+ "**/.settings": true,
+ "**/.factorypath": true
+ }
}
@@ -31,7 +31,7 @@ public class PAL20L8Specs implements PALSpecs {
@Override
public int getMask_IN() {
- return 0x3FF;
+ return 0x3C03FF;