Skip to content

Commit f9f1c7b

Browse files
aescolarbjarki-andreasen
authored andcommitted
[nrf fromtree] drivers serial nrfx: Apply workaround also for bsim targets
Or more precisely, do not remove the workaround for them. The current HW models are accurate enough in this area for the workaround to work properly. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit fedda6d)
1 parent c9d2198 commit f9f1c7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/serial/uart_nrfx_uarte.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030

3131
LOG_MODULE_REGISTER(uart_nrfx_uarte, CONFIG_UART_LOG_LEVEL);
3232

33-
#if !defined(CONFIG_ARCH_POSIX)
3433
#define RX_FLUSH_WORKAROUND 1
35-
#endif
3634

3735
#define UARTE(idx) DT_NODELABEL(uart##idx)
3836
#define UARTE_HAS_PROP(idx, prop) DT_NODE_HAS_PROP(UARTE(idx), prop)

0 commit comments

Comments
 (0)