mbed library sources

Fork of mbed-src by mbed official

Revision:
603:f00c7e78e8b4
Parent:
564:24a7119bd73a
--- a/api/SPI.h	Wed Aug 05 14:30:08 2015 +0100
+++ b/api/SPI.h	Sun Aug 09 05:18:54 2015 +0000
@@ -222,7 +222,8 @@
     virtual ~SPI() {
     }
 
-protected:
+//protected: EUGENE
+public:
     spi_t _spi;
 
 #if DEVICE_SPI_ASYNCH