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.
Fork of rtos_signals by
Revision 4:ad6be128bc77, committed 2013-09-28
- Comitter:
- khayakawa
- Date:
- Sat Sep 28 06:38:42 2013 +0000
- Parent:
- 3:c133402c77cb
- Commit message:
- KEIS
Changed in this revision
--- a/main.cpp Tue Jun 04 15:54:12 2013 +0100
+++ b/main.cpp Sat Sep 28 06:38:42 2013 +0000
@@ -5,7 +5,6 @@
void led_thread(void const *argument) {
while (true) {
- // Signal flags that are reported as event are automatically cleared.
Thread::signal_wait(0x1);
led = !led;
}
--- a/mbed-rtos.lib Tue Jun 04 15:54:12 2013 +0100 +++ b/mbed-rtos.lib Sat Sep 28 06:38:42 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/ \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed-rtos/#58b30ac3f00e
--- a/mbed.bld Tue Jun 04 15:54:12 2013 +0100 +++ b/mbed.bld Sat Sep 28 06:38:42 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/ \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/b3110cd2dd17 \ No newline at end of file
