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: STM32F103C8T6-RangoTec STM32-103C8_Plantilla_USB
Diff: api/SerialBase.h
- Revision:
- 213:cc557cb04877
- Parent:
- 212:34d62c0b2af6
diff -r 34d62c0b2af6 -r cc557cb04877 api/SerialBase.h
--- 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);