mirror of https://github.com/ARMmbed/mbed-os.git
Fix interleaved ifdefs with DEVICE_SPI_ASYNCH + DOXYGEN_ONLY
parent
84b96abbc3
commit
6a0d5a6849
|
@ -289,7 +289,11 @@ private:
|
|||
static CircularBuffer<Transaction<SPI>, TRANSACTION_QUEUE_SIZE_SPI> _transaction_buffer;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif //!defined(DOXYGEN_ONLY)
|
||||
|
||||
#endif //DEVICE_SPI_ASYNCH
|
||||
|
||||
#if !defined(DOXYGEN_ONLY)
|
||||
|
||||
protected:
|
||||
/* Internal SPI object identifying the resources */
|
||||
|
|
Loading…
Reference in New Issue