Skip to content

Commit 588bdd9

Browse files
committed
Removed extra =
1 parent 16db02c commit 588bdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/src/stm32u5/stm32_serial.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ static struct stm32_serial_s g_usart1priv =
561561
.rs485_dir_polarity = true,
562562
# endif
563563
# endif
564-
.lock = = SP_UNLOCKED,
564+
.lock = SP_UNLOCKED,
565565
};
566566
#endif
567567

0 commit comments

Comments
 (0)