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.
Dependents: EEPROMWrite Full-Project
Fork of mbed-src by
Diff: api/SerialBase.h
- Revision:
- 213:cc557cb04877
- Parent:
- 212:34d62c0b2af6
- Child:
- 525:c320967f86b9
--- a/api/SerialBase.h	Mon May 26 18:15:07 2014 +0100
+++ b/api/SerialBase.h	Mon May 26 18:30:07 2014 +0100
@@ -121,7 +121,8 @@
 
 protected:
     SerialBase(PinName tx, PinName rx);
-    virtual ~SerialBase();
+    virtual ~SerialBase() {
+    }
 
     int _base_getc();
     int _base_putc(int c);
    