git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15585 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2022-04-15 07:33:57 +00:00
parent 3d88ff8f65
commit d52248526d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ typedef struct snor_nocache_buffer {
* @brief Temporary generic buffer.
*/
uint8_t buf[SNOR_BUFFER_SIZE];
#if SNOR_BUS_DRIVER == SNOR_BUS_DRIVER_WSPI
#if (SNOR_BUS_DRIVER == SNOR_BUS_DRIVER_WSPI) || defined(__DOXYGEN__)
/**
* @brief Temporary command buffer.
*/