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.
Revision 2:e9f14106068c, committed 2012-11-23
- Comitter:
- emilmont
- Date:
- Fri Nov 23 11:00:11 2012 +0000
- Parent:
- 1:4a9c72442136
- Commit message:
- update libraries
Changed in this revision
--- a/main.cpp Fri Jul 13 15:03:37 2012 +0000
+++ b/main.cpp Fri Nov 23 11:00:11 2012 +0000
@@ -10,7 +10,7 @@
osMailQDef(mail_box, 16, mail_t);
osMailQId mail_box;
-void send_thread (void const *argument) {
+void send_thread (void const *args) {
uint32_t i = 0;
while (true) {
i++; // fake data update
--- a/mbed-rtos.lib Fri Jul 13 15:03:37 2012 +0000 +++ b/mbed-rtos.lib Fri Nov 23 11:00:11 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#01158bb7600c +http://mbed.org/users/mbed_official/code/mbed-rtos/#80173c64d05d
--- a/mbed.bld Fri Jul 13 15:03:37 2012 +0000 +++ b/mbed.bld Fri Nov 23 11:00:11 2012 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/10b9abbe79a6 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/3d775a932e1d \ No newline at end of file
