Skip to content

Commit fedda6d

Browse files
aescolarkartben
authored andcommitted
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]>
1 parent c2778e7 commit fedda6d

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)