Chetan Sharma
/
HKCC_Controller_MBed_OS
Modifying the HKCC for no readily apparent reason
Diff: mbed_app.json
- 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