File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,8 @@ Patch List:
57
57
Impacted files:
58
58
drivers/rx/rdp/src/r_riic_rx/src/r_riic_rx.c
59
59
drivers/rx/rdp/src/r_riic_rx/r_riic_rx_if.h
60
+
61
+ * Fix the build warnings in RIIC driver
62
+ Impacted files:
63
+ drivers/rx/rdp/src/r_riic_rx/src/r_riic_rx.c
64
+ drivers/rx/rdp/src/r_riic_rx/src/targets/rx130/r_riic_rx130.c
Original file line number Diff line number Diff line change @@ -1985,7 +1985,6 @@ static riic_return_t riic_after_gen_start_cond(riic_info_t * p_riic_info)
1985
1985
1986
1986
/* Creates the register pointer for the specified RIIC channel. */
1987
1987
volatile uint8_t * const piccr1_reg = RIIC_ICCR1_ADR (p_riic_info -> ch_no );
1988
- volatile uint8_t * const picsr2_reg = RIIC_ICSR2_ADR (p_riic_info -> ch_no );
1989
1988
1990
1989
/* IIC mode? */
1991
1990
switch (riic_api_info [p_riic_info -> ch_no ].N_Mode )
@@ -3719,7 +3718,6 @@ static void riic_all_reset(riic_info_t * p_riic_info)
3719
3718
static void riic_clear_ir_flag (riic_info_t * p_riic_info )
3720
3719
{
3721
3720
uint8_t internal_flag = 0x00 ; /* Determines whether reinitialization is necessary. */
3722
- volatile uint8_t uctmp = 0x00 ;
3723
3721
3724
3722
/* Creates the register pointer for the specified RIIC channel. */
3725
3723
volatile uint8_t * const piccr1_reg = RIIC_ICCR1_ADR (p_riic_info -> ch_no );
Original file line number Diff line number Diff line change 31
31
#if defined(BSP_MCU_RX130 )
32
32
33
33
#include "r_riic_rx_private.h"
34
+ #include "r_bsp_locking.h"
34
35
35
36
/***********************************************************************************************************************
36
37
Exported global variables (to be accessed by other files)
You can’t perform that action at this time.
0 commit comments