User board-specific terms in error messages #3886

wow we are getting closer!
This commit is contained in:
rusefillc 2022-02-03 15:01:26 -05:00
parent 24a8973d46
commit b900f7e5f2
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -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");