Fix interleaved ifdefs with DEVICE_SPI_ASYNCH + DOXYGEN_ONLY

pull/8516/head
Christopher Haster 2018-10-25 11:33:17 -05:00
parent 889a98e4f5
commit fa09fff283
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 */