Skip to content
Snippets Groups Projects
Commit dcff98ef authored by Marc Poulhiès's avatar Marc Poulhiès Committed by GitHub
Browse files

drivers/include/periph/spi: Typo fix

Fix typo in inline doc.
parent 5bf48825
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
* 2. `spi_init_cs()` should be called during device driver initialization, as
* each chip select pin/line is used uniquely by a specific device, i.e. chip
* select lines are no shared resource.
* 3. `spi_aquire()` needs to be called for each new transaction. This function
* 3. `spi_acquire()` needs to be called for each new transaction. This function
* configures the bus with specific parameters (clock, mode) for the duration
* of that transaction.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment