MBED OS BLE example LED

Fork of mbed-os-example-ble-LED by mbed-os-examples

Revision:
48:add2f2de4fd0
Parent:
38:f36c230b1b28
diff -r 913bdb3e235d -r add2f2de4fd0 mbed_app.json
--- a/mbed_app.json	Thu Nov 23 14:00:24 2017 +0000
+++ b/mbed_app.json	Mon Nov 27 12:23:32 2017 +0000
@@ -11,6 +11,9 @@
         "DISCO_L475VG_IOT01A": {
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["ST_BLUENRG"]
+        },
+        "NRF52_DK": {
+            "target.uart_hwfc": 0
         }
     }
 }