mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c
Dependents: Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay
Fork of mbed-dev by
Diff: drivers/SPI.h
- Revision:
- 168:9672193075cf
- Parent:
- 167:e84263d55307
- Child:
- 169:e3b6fe271b81
diff -r e84263d55307 -r 9672193075cf drivers/SPI.h --- a/drivers/SPI.h Wed Jun 21 17:46:44 2017 +0100 +++ b/drivers/SPI.h Thu Jul 06 15:42:05 2017 +0100 @@ -23,6 +23,7 @@ #include "platform/PlatformMutex.h" #include "hal/spi_api.h" #include "platform/SingletonPtr.h" +#include "platform/NonCopyable.h" #if DEVICE_SPI_ASYNCH #include "platform/CThunk.h" @@ -72,7 +73,7 @@ * @endcode * @ingroup drivers */ -class SPI { +class SPI : private NonCopyable<SPI> { public: