Skip to content

Commit e041a76

Browse files
Hau Hoquytranpzz
authored andcommitted
drivers: serial: Support serial driver for RX140 SoC
Modify driver code to adapt with RX140 SoC Signed-off-by: Hau Ho <[email protected]>
1 parent 7255b92 commit e041a76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/serial/uart_renesas_rx_sci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
#if CONFIG_SOC_SERIES_RX130
2424
#include "r_sci_rx130_private.h"
25+
#elif CONFIG_SOC_SERIES_RX140
26+
#include "r_sci_rx140_private.h"
2527
#elif CONFIG_SOC_SERIES_RX261
2628
#include "r_sci_rx261_private.h"
2729
#elif CONFIG_SOC_SERIES_RX26T

0 commit comments

Comments
 (0)