git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15585 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
3d88ff8f65
commit
d52248526d
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue