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.
Diff: RC/RC_Channel.cpp
- Revision:
- 34:3aa1cbcde59d
- Parent:
- 29:8b7362a2ee14
- Child:
- 35:2a9465fedb99
diff -r fd98776b6cc7 -r 3aa1cbcde59d RC/RC_Channel.cpp
--- a/RC/RC_Channel.cpp Thu Apr 04 14:25:21 2013 +0000
+++ b/RC/RC_Channel.cpp Mon Jun 10 13:22:46 2013 +0000
@@ -3,6 +3,7 @@
RC_Channel::RC_Channel(PinName mypin, int index) : myinterrupt(mypin)
{
+ LocalFileSystem local("local"); // If theres no local yet
RC_Channel::index = index;
time = -100; // start value to see if there was any value yet
