Remove fat, usb_host, USB_10, USB_11 in build_travis.py

--> alignment with other targets after rebase
pull/4242/head
bcostm 2017-02-28 15:03:55 +01:00
parent 2871545bd7
commit 2c12c6c13c
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ linking_list = [
"toolchains": "GCC_ARM",
"tests": {"" : ["MBED_2", "MBED_10", "MBED_11", "MBED_16"],
"rtos" : ["RTOS_1", "RTOS_2", "RTOS_3"],
"usb" : ["USB_1", "USB_2" ,"USB_3", "USB_10", "USB_11"],
"usb" : ["USB_1", "USB_2" ,"USB_3"],
}
},
{"target": "DISCO_L476VG",