Skip to content

Commit 6468ffc

Browse files
committed
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 a162a9a commit 6468ffc

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
@@ -52,3 +52,7 @@ Patch List:
5252
Impacted files:
5353
drivers/rx/rdp/src/r_rspi_rx/src/r_rspi_rx.c
5454
drivers/rx/rdp/src/r_rspi_rx/src/r_rspi_rx_private.h
55+
56+
* Fix the build warnings in IWDT driver
57+
Impacted files:
58+
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)