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 Repo_Noeud_Mobile by
Diff: Trigger/Trigger.cpp
- Revision:
- 8:51f6c8f59449
- Parent:
- 3:a77d02cb5694
diff -r ce6e58c5a119 -r 51f6c8f59449 Trigger/Trigger.cpp
--- a/Trigger/Trigger.cpp Thu Mar 05 19:25:05 2015 +0000
+++ b/Trigger/Trigger.cpp Thu Mar 05 19:36:48 2015 +0000
@@ -1,11 +1,11 @@
#include "Trigger.h"
-Trigger:Trigger(PinName p30)
+Trigger::Trigger(PinName pin)
{
}
-~Trigger::Trigger()
+Trigger::~Trigger()
{
}
\ No newline at end of file
