Sparkfun's Weather Meter demo
Revision 1:22f48756f273, committed 2022-08-02
- Comitter:
- JohnnyK
- Date:
- Tue Aug 02 09:15:44 2022 +0000
- Parent:
- 0:1cd75b75e9fd
- Commit message:
- Set STD instead small lib because of printf floats
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Tue Aug 02 09:10:42 2022 +0000
+++ b/mbed_app.json Tue Aug 02 09:15:44 2022 +0000
@@ -1,1 +1,9 @@
-{"requires": ["bare-metal"]}
+{
+ "requires": ["bare-metal"],
+ "target_overrides": {
+ "*": {
+ "target.printf_lib": "std"
+ }
+ }
+
+}
Jan Kamidra