Marian Buschsieweke 9e5f7b6797
drivers/periph_spi: make spi_acquire() return void
There is no way to properly handle incorrect SPI parameters at run time, so
just having an assertion blow up is the better choice here.

As most instances of `spi_acquire()` don't check the return value anyway, this
will improve debugging experience quite a bit. Some implementation of
spi_acquire() don't even check parameters anyway.
2021-08-06 12:46:57 +02:00
..
2019-04-03 11:12:46 +02:00
2020-05-14 16:53:05 +02:00
2015-11-19 15:57:36 +01:00
2019-11-23 22:39:07 +01:00
2020-10-22 11:29:27 +02:00
2021-02-10 09:55:52 +01:00
2018-03-01 20:53:34 +01:00
2019-10-23 10:36:49 +02:00