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/SPI.h
- Revision:
- 212:34d62c0b2af6
- Parent:
- 50:b08ceb75017d
- Child:
- 525:c320967f86b9
--- a/api/SPI.h Sun May 25 08:00:07 2014 +0100
+++ b/api/SPI.h Mon May 26 18:15:07 2014 +0100
@@ -92,6 +92,10 @@
*/
virtual int write(int value);
+public:
+ virtual ~SPI() {
+ }
+
protected:
spi_t _spi;
