Andy Pomfret
/
UoY-joystick-test
Joystick test for Stage 1 Engineering at the University of York
Revision 3:01b95e6267d8, committed 2021-09-16
- Comitter:
- ajp109
- Date:
- Thu Sep 16 19:57:31 2021 +0000
- Parent:
- 2:4dca570013d8
- Commit message:
- Add mbed_app.json to enable floating-point printf()
Changed in this revision
mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4dca570013d8 -r 01b95e6267d8 mbed_app.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed_app.json Thu Sep 16 19:57:31 2021 +0000 @@ -0,0 +1,7 @@ +{ + "target_overrides": { + "*": { + "target.printf_lib": "std" + } + } +}