Shohei Yasutake / Mbed 2 deprecated koibumi2000

Dependencies:   fll mbed-rtos mbed

Revision:
26:08387521c994
Parent:
22:b19dc0387288
Child:
33:cc84b10e6c67
--- a/fll.h	Mon Feb 16 17:56:58 2015 +0000
+++ b/fll.h	Mon Feb 16 18:06:40 2015 +0000
@@ -50,7 +50,8 @@
 public:
     Sink(Producer* src, rtos::Mail<button_t, MAIL_BOX_SIZE>* box, Mutex* mut);
     void run();
-    void reset(Producer* src);
+    void reset(); // reset source
+    void reset(Producer* src); // reset with new source
 };
 
 // Output reads the next button from mail box and press the button