This commit is contained in:
rusefillc 2022-06-02 12:40:20 -04:00
parent 04c64e99dc
commit bd51e1ae64
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public class PinoutLogic {
public void registerBoardSpecificPinNames(VariableRegistry registry, ReaderState state) throws IOException {
StringBuilder header = new StringBuilder("//DO NOT EDIT MANUALLY, let automation work hard.\n\n");
for (File yamlFile : boardYamlFiles) {
header.append("// auto-generated by PinoutLogic.java based on " + yamlFile + "\n");
header.append("// auto-generated by PinoutLogic.java based on " + yamlFile + "\n");
readMetaInfo(yamlFile);
}
registerPins(globalList, registry, state);