mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
include/nuttx/spi/spi/h: Use of argument to SPI_SEND should be within parentheses.
This commit is contained in:
committed by
Gregory Nutt
parent
7af5cbb833
commit
05e5841000
@@ -320,7 +320,7 @@
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#define SPI_SEND(d,wd) ((d)->ops->send(d,(uint16_t)wd))
|
#define SPI_SEND(d,wd) ((d)->ops->send(d,(uint16_t)(wd)))
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: SPI_SNDBLOCK
|
* Name: SPI_SNDBLOCK
|
||||||
|
|||||||
Reference in New Issue
Block a user