diff --git a/drivers/SPI.h b/drivers/SPI.h index eea41c85c6..faa8a4f29f 100644 --- a/drivers/SPI.h +++ b/drivers/SPI.h @@ -326,9 +326,9 @@ private: * Implemented in order to avoid duplicate locking and boost performance. */ void _acquire(void); -}; #endif //!defined(DOXYGEN_ONLY) +}; } // namespace mbed