mirror of https://github.com/ARMmbed/mbed-os.git
Asciiabetize the files within a group
parent
4d6918bd27
commit
36e5fbf136
|
@ -182,7 +182,7 @@ class Uvision(Exporter):
|
|||
"""Make sources into the named tuple for use in the template"""
|
||||
grouped = self.group_project_files(srcs)
|
||||
for group, files in sorted(grouped.items()):
|
||||
grouped[group] = self.uv_files(files)
|
||||
grouped[group] = sorted(list(self.uv_files(files)))
|
||||
return grouped
|
||||
|
||||
def generate(self):
|
||||
|
|
Loading…
Reference in New Issue