stm32: spi: drop spi_reset()
It's simply a wrapper around rcc_reset_pulse already.
Just drop it. See 034dbf20ff for the same deletion for timers.
Signed-off-by: Karl Palsson <karlp@tweak.au>
This commit is contained in:
@@ -344,7 +344,6 @@ specific memorymap.h header before including this header file.*/
|
||||
|
||||
BEGIN_DECLS
|
||||
|
||||
void spi_reset(uint32_t spi_peripheral);
|
||||
void spi_enable(uint32_t spi);
|
||||
void spi_disable(uint32_t spi);
|
||||
uint16_t spi_clean_disable(uint32_t spi);
|
||||
|
||||
Reference in New Issue
Block a user