Baglio Tabifata 4 лет назад
Родитель
Сommit
10d2f306e5

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

@@ -1,7 +1,7 @@
 package info.hkzlab.dupal.analyzer.devices;
 
 public class PAL16R8Specs implements PALSpecs {
-    private static final String[] ROUT_PIN_NAMES = { "ro12", "ro13", "ro14", "ro15", "ro16", "ro17", "ro18", "ro19" };
+    private static final String[] ROUT_PIN_NAMES = { "ro12", "ro19" ,"ro13", "ro14", "ro15", "ro16", "ro17", "ro18" };
     private static final String[] IN_PIN_NAMES = {"i2", "i3", "i4", "i5", "i6", "i7", "i8", "i9"};
     private static final String[] IO_PIN_NAMES = {null, null, null, null, null, null, null, null};