Skip to content

Commit a4f6fc1

Browse files
committed
DISCO_F413ZH: Typo correction in build_travis.py
1 parent c0725aa commit a4f6fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
{ "target": "DISCO_F401VC", "toolchains": "GCC_ARM", "libs": ["dsp"] },
8080

8181
{ "target": "DISCO_F407VG", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
82-
{ "target": "DISCO_F413ZH", "toolchians": "GCC_ARM", "libs": ["dsp", "usb"]},
82+
{ "target": "DISCO_F413ZH", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"]},
8383
{ "target": "DISCO_F429ZI", "toolchains": "GCC_ARM", "libs": ["dsp"] },
8484
{ "target": "DISCO_F469NI", "toolchains": "GCC_ARM", "libs": ["dsp"] },
8585
{ "target": "DISCO_F746NG", "toolchains": "GCC_ARM", "libs": ["dsp"] },

0 commit comments

Comments
 (0)