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 BlinkLed by
Revision 4:3b34689ec230, committed 2016-05-25
- Comitter:
- AVELARDEV
- Date:
- Wed May 25 21:10:22 2016 +0000
- Parent:
- 3:f317d057edde
- Commit message:
- remove functions
Changed in this revision
| BlinkLed.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/BlinkLed.h Tue May 24 06:38:16 2016 +0000
+++ b/BlinkLed.h Wed May 25 21:10:22 2016 +0000
@@ -22,17 +22,7 @@
*/
void startBlink();
-private:
- /** Copy constructor
- * Disable because it is only declaration
- */
- BlinkLed(const BlinkLed&);
-
- /** Copy assignment operators
- * Disable because it is only declaration
- */
- BlinkLed& operator=(const BlinkLed&);
-
+private:
/** Function for blinking
* This function will be bind to new thread
*/
