Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.0.x@2241 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
6dd736b557
commit
d51fa80040
|
@ -196,7 +196,7 @@ void spiExchange(SPIDriver *spip, size_t n, const void *txbuf, void *rxbuf) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Sends data ever the SPI bus.
|
* @brief Sends data over the SPI bus.
|
||||||
* @note The buffers are organized as uint8_t arrays for data sizes below
|
* @note The buffers are organized as uint8_t arrays for data sizes below
|
||||||
* or equal to 8 bits else it is organized as uint16_t arrays.
|
* or equal to 8 bits else it is organized as uint16_t arrays.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue