Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STM8L-DISCOVERY: enable UART output (#279)
The BOARDINIT routine from STM8L-DISCOVERY/boardcore.inc remaps UART interface to PA2/PA3 pins but the PA2 output mode set code is missed. As a result UART produces no output. The commit fixes the problem by setting up PA2 as push-pull output. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
- Loading branch information