STM32 F2: Fix SPI2 MOSI pin mapping. From dlsitzer

This commit is contained in:
Gregory Nutt
2014-04-16 12:35:33 -06:00
parent f58767ce79
commit 80cded4e3e
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7177,3 +7177,7 @@
* drivers/lcd/mio283qt9a.c and include/nuttx/lcd/mio283qt9a.h: Update the
MIO183QT-9A LCD driver to support reading from the LCD. From Toby
Duckworth (2014-4-16).
* arch/arm/src/stm32/chip/stm32f20xxx_pinmap.h: Correct a mapping for
SPI MOSI pin. From dlsitzer (2014-4-26).