Skip to content
Commit e4e5e7ad authored by Tim Pambor's avatar Tim Pambor Committed by Benjamin Cabé
Browse files

drivers: uart: emul: Fix uninitialized variable errors



Fix compiler errors about variables potentially being used uninitialized.
These are false positives, as the compiler is confused by the
K_SPINLOCK() macro. Explicit initialization avoids these errors.

Signed-off-by: default avatarTim Pambor <tim.pambor@codewrights.de>
parent d4598534
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment