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:
committed by
Brendan Le Foll
parent
55ac2e8996
commit
921e27ac22
@@ -111,8 +111,8 @@ class Spi {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Write buffer of bytes to SPI device The pointer return has to be
|
* 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
|
* free'd by the caller. It will return a NULL pointer in cases of
|
||||||
* error
|
* error
|
||||||
*
|
*
|
||||||
* @param txBuf buffer to send
|
* @param txBuf buffer to send
|
||||||
* @param length size of buffer to send
|
* @param length size of buffer to send
|
||||||
|
|||||||
Reference in New Issue
Block a user