Skip to content
Commit cbd8fa31 authored by Michael Jung's avatar Michael Jung Committed by Gregory Nutt
Browse files

configs/stm32f429i-disco: Separate SPI4 from MTD init. I was trying to attach...

configs/stm32f429i-disco: Separate SPI4 from MTD init.  I was trying to attach a non-MTD peripheral to an STM32F429I Discovery Board's SPI4 port and was hitting compilation problems, since CONFIG_MTD and thus 'struct mtd_geometry_s' was not defined.  This patch separates SPI4 initialization logic from MTD initialization logic.
parent 873ffd13
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment