Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HCSR04 X_NUCLEO_6180XA1 mbed
Fork of HelloWorld_6180XA1 by
Revision 42:ee8c5b1f2e1d, committed 2016-06-15
- Comitter:
- mapellil
- Date:
- Wed Jun 15 11:57:24 2016 +0000
- Parent:
- 41:928458829959
- Child:
- 43:f03152407731
- Commit message:
- Removed board deletion (singleton object has no destructor) and linked latest 6180 lib
Changed in this revision
--- a/X_NUCLEO_6180XA1.lib Mon Mar 21 16:20:08 2016 +0000 +++ b/X_NUCLEO_6180XA1.lib Wed Jun 15 11:57:24 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/teams/ST/code/X_NUCLEO_6180XA1/#70e4abd970a9 +http://developer.mbed.org/teams/ST/code/X_NUCLEO_6180XA1/#f0dd44dd59c5
--- a/main.cpp Mon Mar 21 16:20:08 2016 +0000
+++ b/main.cpp Wed Jun 15 11:57:24 2016 +0000
@@ -187,7 +187,6 @@
}
}
DisplayMsg("BYE");
- delete board;
}
/*=================================== Main ==================================
--- a/mbed.bld Mon Mar 21 16:20:08 2016 +0000 +++ b/mbed.bld Wed Jun 15 11:57:24 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/7c328cabac7e \ No newline at end of file
