commit | 7b21050f19968533212bb7a54236912ebef0431d | [log] [tgz] |
---|---|---|
author | Julien D'ascenzio <julien.dascenzio@paratronic.fr> | Tue Oct 26 18:03:31 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Nov 04 07:13:11 2021 -0400 |
tree | c9a14068b8889c8b8e26b2fb27ffc0e2f68dfb4a | |
parent | ffa0c52552edc40ca2654d01a79d010c5e7d855f [diff] |
drivers/uart: stm32: fix a bug during transmission If a transmission is made with poll_out and immediately after an other transmission is made with interrupt api the transmission is locked. We fix this behavior by clearing the tx_poll_stream_on flag during the irq_tx_enable function Signed-off-by: Julien D'ascenzio <julien.dascenzio@paratronic.fr>