Initial version
Fork of Task137 by
Revision 2:f9e74411371b, committed 2019-09-11
- Comitter:
- noutram
- Date:
- Wed Sep 11 14:22:43 2019 +0000
- Parent:
- 1:f5c439cee163
- Commit message:
- 2019
Changed in this revision
--- a/main.cpp Thu Jul 13 14:47:23 2017 +0000
+++ b/main.cpp Wed Sep 11 14:22:43 2019 +0000
@@ -7,7 +7,7 @@
void getData()
{
- pc.scanf("%s %d", &nameStr, &age);
+ pc.scanf("%s %d", nameStr, &age);
}
int main()
--- a/mbed-os.lib Thu Jul 13 14:47:23 2017 +0000 +++ b/mbed-os.lib Wed Sep 11 14:22:43 2019 +0000 @@ -1,1 +1,1 @@ -https://github.com/ARMmbed/mbed-os/#8828635da469162cf2854b5287561c663fb96e72 +https://github.com/ARMmbed/mbed-os/#1bf6b20df9d3cd5f29f001ffc6f0d0fcbbb96118
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Wed Sep 11 14:22:43 2019 +0000
@@ -0,0 +1,3 @@
+{
+ "requires": ["bare-metal"]
+}
\ No newline at end of file
