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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
c2778e798f
commit
fedda6d25c
1 changed files with 0 additions and 2 deletions
|
@ -30,9 +30,7 @@
|
|||
|
||||
LOG_MODULE_REGISTER(uart_nrfx_uarte, CONFIG_UART_LOG_LEVEL);
|
||||
|
||||
#if !defined(CONFIG_ARCH_POSIX)
|
||||
#define RX_FLUSH_WORKAROUND 1
|
||||
#endif
|
||||
|
||||
#define UARTE(idx) DT_NODELABEL(uart##idx)
|
||||
#define UARTE_HAS_PROP(idx, prop) DT_NODE_HAS_PROP(UARTE(idx), prop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue