fork

Revision:
6:63dad754c267
Parent:
0:7ccf0e7e8a83
Child:
8:edac5187d765
--- a/TESTS/unit_tests/default/template_mbed_app.txt	Tue Jun 13 10:09:57 2017 +0100
+++ b/TESTS/unit_tests/default/template_mbed_app.txt	Thu Jun 15 14:04:26 2017 +0100
@@ -1,12 +1,5 @@
 {
     "config": {
-        "platform": {
-            "help": "The platform for the cellular feature, e.g. UBLOX or MTS_DRAGONFLY",
-            "value": "UBLOX"
-        },
-        "buffer-size": {
-            "value": 0
-        },
         "debug-on": {
             "help": "Set to true to get AT interface debug",
             "value": false
@@ -75,10 +68,7 @@
     "target_overrides": {
         "*": {
             "target.features_add": ["COMMON_PAL"],
-            "platform.stdio-convert-newlines": true,
-            "platform.stdio-baud-rate": 9600,
-            "platform.default-serial-baud-rate": 115200,
-            "mbed-trace.enable": 1
+            "platform.stdio-convert-newlines": true
         }
     }
 }