Modifying the HKCC for no readily apparent reason

Dependencies:   FastPWM3

Revision:
58:c66bedfe3688
Parent:
54:8e76a8727f92
--- a/mbed_app.json	Sat Feb 27 17:50:10 2021 -0800
+++ b/mbed_app.json	Sat Feb 27 22:57:54 2021 -0800
@@ -1,3 +1,9 @@
 {
-    "requires": ["bare-metal"]
+    "requires": ["bare-metal"],
+    "target_overrides": {
+        "*": {
+            "target.lse_available": 0,
+            "target.printf_lib": "std"
+        }
+    }
 }
\ No newline at end of file