From ac5c685389a7808f8e8531bdf835b9c3d0b77340 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Wed, 31 Aug 2016 14:25:59 -0500 Subject: [PATCH] Use mbed-os 5 example instead of the mbed 2 one --- tools/test/examples/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 95536b0736..0beee5bda6 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -1,5 +1,5 @@ { - "https://developer.mbed.org/teams/mbed/code/mbed_blinky" : {}, + "https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-blinky" : {}, "https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Beacon" : {"features": ["BLE"]}, "https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-HeartRate" :