Private
Public Access
2
0

spi.hpp: fix wrong docstrings data -> txBuf

Closes #215

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-06-02 14:28:36 +01:00
parent 5004381669
commit 91c56917c7

View File

@@ -162,7 +162,7 @@ class Spi
* Transfer data to and from SPI device Receive pointer may be null if
* return data is not needed.
*
* @param data buffer to send
* @param txBuf buffer to send
* @param rxBuf buffer to optionally receive data from spi device
* @param length size of buffer to send
* @return Result of operation
@@ -177,7 +177,7 @@ class Spi
* Transfer data to and from SPI device Receive pointer may be null if
* return data is not needed.
*
* @param data buffer to send
* @param txBuf buffer to send
* @param rxBuf buffer to optionally receive data from spi device
* @param length size of buffer to send
* @return Result of operation