Merge pull request #3347 from jamike/USB_4_GCC_IAR

USB_4 : test OK with IAR ,GCC_ARM(limitation to ARM not needed)
pull/3415/head
Martin Kojtal 2016-12-09 15:33:05 +01:00 committed by GitHub
commit 89b56d6b3d
1 changed files with 0 additions and 1 deletions

View File

@ -987,7 +987,6 @@ TESTS = [
"id": "USB_4", "description": "Serial Port",
"source_dir": join(TEST_DIR, "usb", "device", "serial"),
"dependencies": [MBED_LIBRARIES, USB_LIBRARIES],
"supported": CORTEX_ARM_SUPPORT,
},
{
"id": "USB_5", "description": "Generic HID",