Skip to content
Snippets Groups Projects
Unverified Commit 17a5101b authored by Marian Buschsieweke's avatar Marian Buschsieweke
Browse files

cpu/lpc2387: Fixed broken SPI driver

In commit 513b20ff the SPI API was changed to
power up an configure the SPI bus on spi_acquire(). Sadly, the lpc2387 SPI
apparently needs to be reconfigured after each power up. This commit moves
the initialization code required after each power up from spi_init() to
spi_acquire().
parent f3073149
No related branches found
No related tags found
No related merge requests found
Loading
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