Joystick test for Stage 1 Engineering at the University of York

Dependencies:   UoY-serial

Committer:
ajp109
Date:
Thu Sep 16 19:57:31 2021 +0000
Revision:
3:01b95e6267d8
Add mbed_app.json to enable floating-point printf()

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ajp109 3:01b95e6267d8 1 {
ajp109 3:01b95e6267d8 2 "target_overrides": {
ajp109 3:01b95e6267d8 3 "*": {
ajp109 3:01b95e6267d8 4 "target.printf_lib": "std"
ajp109 3:01b95e6267d8 5 }
ajp109 3:01b95e6267d8 6 }
ajp109 3:01b95e6267d8 7 }