White space formatting.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4818 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
3d1a187a6a
commit
5649879b0a
|
@ -317,7 +317,7 @@ void spiIgnore(SPIDriver *spip, size_t n) {
|
|||
* @api
|
||||
*/
|
||||
void spiExchange(SPIDriver *spip, size_t n,
|
||||
const void *txbuf, void *rxbuf) {
|
||||
const void *txbuf, void *rxbuf) {
|
||||
|
||||
chDbgCheck((spip != NULL) && (n > 0) && (rxbuf != NULL) && (txbuf != NULL),
|
||||
"spiExchange");
|
||||
|
|
Loading…
Reference in New Issue