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.cpp
- Revision:
- 11:21b3b0494baa
- Parent:
- 9:0d6631edfc32
- Child:
- 16:253d933a7633
diff -r 79bb44beb08b -r 21b3b0494baa fll.cpp
--- a/fll.cpp Sun Feb 15 06:53:27 2015 +0000
+++ b/fll.cpp Sun Feb 15 08:51:56 2015 +0000
@@ -131,6 +131,10 @@
// ----
// main
// ----
+void fll_init() {
+ press(0);
+}
+
void invoke_sinkrun(const void *p) {
((Sink*)p)->run();
}
