.

Dependencies:   X_NUCLEO_IHM04A1 arm_linear_can_2

Revision:
29:93a31c16467b
Parent:
12:a34ecb37c03f
--- a/mbed_app.json	Fri Jun 21 07:56:33 2019 +0000
+++ b/mbed_app.json	Sat Sep 14 20:33:53 2019 +0000
@@ -1,12 +1,8 @@
 {
-    "target_overrides": {
-        "*": {
-            "platform.stdio-baud-rate": 115200,
-            "platform.stack-stats-enabled": true,
-            "platform.heap-stats-enabled": true,
-            "platform.cpu-stats-enabled": true,
-            "platform.thread-stats-enabled": true,
-            "platform.sys-stats-enabled": true
+  "target_overrides": { 
+        "NUCLEO_F446RE": {
+                "platform.stdio-baud-rate": 115200,
+               "target.clock_source": "USE_PLL_HSE_XTAL"
+               }
         }
-    }
 }