KEIS

Dependencies:   mbed-rtos mbed

Fork of rtos_signals by mbed official

Files at this revision

API Documentation at this revision

Comitter:
khayakawa
Date:
Sat Sep 28 06:38:42 2013 +0000
Parent:
3:c133402c77cb
Commit message:
KEIS

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r c133402c77cb -r ad6be128bc77 main.cpp
--- 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;
     }
diff -r c133402c77cb -r ad6be128bc77 mbed-rtos.lib
--- 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
diff -r c133402c77cb -r ad6be128bc77 mbed.bld
--- 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