Skip to content

Commit e117204

Browse files
kanami09HuPengtao
authored andcommitted
fix: preserve original case of group names in Keil export
1 parent 51c4620 commit e117204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EIDEProject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3860,7 +3860,7 @@ class EIDEProject extends AbstractProject {
38603860
halFiles = halFiles.concat(group.files);
38613861
} else {
38623862
fileGroups.push(<FileGroup>{
3863-
name: File.ToUnixPath(<string>rePath).toUpperCase(),
3863+
name: File.ToUnixPath(<string>rePath),
38643864
files: group.files,
38653865
disabled: group.disabled
38663866
});

0 commit comments

Comments
 (0)