mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
Commit 4906353c introduced a bug that changed the behavior of spi_init_pins(): MISO is erroneously set to GPIO_OUT, and MOSI is erroneously set to GPIO_IN. The bug was caused by a simple typo.