Skip to content

Commit 7abbf53

Browse files
quytranpzzKhiemNguyenT
authored andcommitted
hal: renesas: rx: Fix the build warning in WDT source
The iwdt_rx called R_BSP_HardwareLock but does't include the header, add header include to fix the build warning Signed-off-by: Quy Tran <[email protected]>
1 parent 55c079c commit 7abbf53

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

drivers/rx/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ Patch List:
6767
because Zephyr SDK hasn't support it yet
6868
Impacted files:
6969
drivers/rx/rdp/src/r_bsp/mcu/all/r_rx_intrinsic_functions.h
70+
71+
* Fix the build warnings in IWDT driver
72+
Impacted files:
73+
drivers/rx/rdp/src/r_iwdt_rx/src/r_iwdt_rx.c

drivers/rx/rdp/src/r_iwdt_rx/src/r_iwdt_rx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Includes <System Includes> , "Project Includes"
3737
/* Defines for IWDT support */
3838
#include "r_iwdt_rx_config.h"
3939
#include "r_iwdt_rx_if.h"
40+
#include "r_bsp_locking.h"
4041

4142
/***********************************************************************************************************************
4243
Macro definitions

0 commit comments

Comments
 (0)