Private
Public Access
2
0

spi.hpp: Fix indentation of comment

Signed-off-by: Michael Ring <mail@michael-ring.org>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Michael Ring
2015-02-17 15:34:27 +00:00
committed by Brendan Le Foll
parent 55ac2e8996
commit 921e27ac22

View File

@@ -111,8 +111,8 @@ class Spi {
/**
* Write buffer of bytes to SPI device The pointer return has to be
* free'd by the caller. It will return a NULL pointer in cases of
* error
* free'd by the caller. It will return a NULL pointer in cases of
* error
*
* @param txBuf buffer to send
* @param length size of buffer to send