first commit

Dependencies:   PM2_Libary

Files at this revision

API Documentation at this revision

Comitter:
pmic
Date:
Thu Feb 10 15:50:27 2022 +0000
Parent:
18:674f262f88ce
Child:
20:7e7325edcf5c
Commit message:
Corrected baudrate.

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Thu Feb 10 12:09:28 2022 +0000
+++ b/mbed_app.json	Thu Feb 10 15:50:27 2022 +0000
@@ -3,7 +3,7 @@
         "*": {
             "target.components_add": ["SD"],
             "target.printf_lib": "std",
-            "platform.stdio-baud-rate": 2000000
+            "platform.stdio-baud-rate": 115200
         }
     }
-}
+}
\ No newline at end of file