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: fll mbed-rtos mbed
Diff: fll.h
- 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
