Fix interleaved ifdefs with DEVICE_SPI_ASYNCH + DOXYGEN_ONLY

pull/8637/head
Christopher Haster 2018-10-25 11:33:17 -05:00 committed by Cruz Monrreal II
parent 84b96abbc3
commit 6a0d5a6849
1 changed files with 5 additions and 1 deletions

View File

@ -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 */