Skip to content

Commit e209799

Browse files
nordic-krchnordicjm
authored andcommitted
[nrf fromtree] drivers: serial: nrfx_uarte: Remove unused element from a structure
Remove aborted flag from uarte_async_rx structure. Flag is not used. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit cfc87da)
1 parent 9a0c387 commit e209799

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/serial/uart_nrfx_uarte.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ struct uarte_async_rx {
162162
uint8_t flush_cnt;
163163
volatile bool enabled;
164164
volatile bool discard_fifo;
165-
volatile bool aborted;
166165
};
167166

168167
struct uarte_async_cb {

0 commit comments

Comments
 (0)