User board-specific terms in error messages #3886
wow we are getting closer!
This commit is contained in:
parent
24a8973d46
commit
b900f7e5f2
Binary file not shown.
|
@ -161,6 +161,7 @@ public class PinoutLogic {
|
|||
getTsNameByIdFile.append("\t\tcase " + e.getKey() + ": return " + quote(e.getValue()) + ";\n");
|
||||
}
|
||||
|
||||
getTsNameByIdFile.append("\t\tdefault: return nullptr;\n");
|
||||
getTsNameByIdFile.append("\t}\n");
|
||||
|
||||
getTsNameByIdFile.append("\treturn nullptr;\n}\n");
|
||||
|
|
Loading…
Reference in New Issue