Skip to content

Commit 0a55118

Browse files
author
Bogdan Marinescu
committed
Fix K64F compiler name in build_release.py
1 parent 2e32c71 commit 0a55118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
('KL05Z', ('ARM', 'uARM', 'GCC_ARM')),
4242
('KL25Z', ('ARM', 'GCC_ARM')),
4343
('KL46Z', ('ARM', 'GCC_ARM')),
44-
('K64F', ('ARM')),
44+
('K64F', ('ARM',)),
4545

4646
('NUCLEO_F103RB', ('ARM', 'uARM')),
4747
('NUCLEO_L152RE', ('ARM', 'uARM')),

0 commit comments

Comments
 (0)