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: FXOS8700Q Queue mbed-rtos mbed
Fork of Pacemaker by
Diff: interface.cpp
- Revision:
- 7:4eb590c7e064
- Parent:
- 1:fbba2687ddfe
- Child:
- 8:75c1dd8b0d61
--- a/interface.cpp	Mon Nov 14 02:16:14 2016 +0000
+++ b/interface.cpp	Mon Nov 14 02:22:40 2016 +0000
@@ -13,6 +13,8 @@
 interface::interface(){
     }
 
+interface::~interface(){};
+
 interface::interface(Serial* inputPC){
     pc = inputPC;
     }
    