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 LcdWindow by
Diff: window.cpp
- Revision:
- 3:e5d5e2fe4bf6
- Parent:
- 2:5ac5bab7daaf
diff -r 5ac5bab7daaf -r e5d5e2fe4bf6 window.cpp
--- a/window.cpp Sat Nov 27 22:54:13 2010 +0000
+++ b/window.cpp Sun Nov 28 22:09:54 2010 +0000
@@ -47,4 +47,9 @@
}
}
return value;
+}
+
+Window::Window()
+{
+ _guard=new Semaphore();
}
\ No newline at end of file
