typo
This commit is contained in:
parent
04c64e99dc
commit
bd51e1ae64
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue