Skip to content

Commit e6a013f

Browse files
committed
DISCO_L072CZ_LRWAN1: Add usb in build_travis.py
1 parent 2d29449 commit e6a013f

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
@@ -84,7 +84,7 @@
8484
{ "target": "DISCO_F769NI", "toolchains": "GCC_ARM", "libs": ["dsp"] },
8585
{ "target": "DISCO_L475VG_IOT01A", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
8686
{ "target": "DISCO_L476VG", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
87-
{ "target": "DISCO_L072CZ_LRWAN1", "toolchains": "GCC_ARM", "libs": ["dsp"] },
87+
{ "target": "DISCO_L072CZ_LRWAN1", "toolchains": "GCC_ARM", "libs": ["dsp", "usb"] },
8888

8989
{ "target": "LPC1114", "toolchains": "GCC_ARM", "libs": ["dsp"] },
9090
{ "target": "LPC11U35_401", "toolchains": "GCC_ARM", "libs": ["dsp"] },

0 commit comments

Comments
 (0)