mbed library sources

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
HiAlgoBoost
Date:
Sun Aug 09 05:18:54 2015 +0000
Parent:
602:421d040916fe
Commit message:
Evening of August 8th version

Changed in this revision

api/SPI.h Show annotated file Show diff for this revision Revisions of this file
diff -r 421d040916fe -r f00c7e78e8b4 api/SPI.h
--- 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