include/nuttx/spi/spi/h: Use of argument to SPI_SEND should be within parentheses.
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user