QUERY · ISSUE
Sparkfun Micromod UART
bug
mpconfigboard.h for Sparkfun's micromod has the incorrect UART pin definitions. The current version is using A2 and A3, but on the micromod board these pins are pulled to ground. The pins should be A9 and A10.
CANDIDATE · PULL REQUEST
stm32/boards/SPARKFUN_MICROMOD_STM32: Fix incorrect peripheral configs.
port-stm32
Fixes incorrect I2C config on the SparkFun STM32 MicroMod processor board.