mirror of https://github.com/ARMmbed/mbed-os.git
Fix interleaved ifdefs with DEVICE_SPI_ASYNCH + DOXYGEN_ONLY
parent
889a98e4f5
commit
fa09fff283
|
|
@ -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