Skip to content

Commit dcd3e85

Browse files
khoa-nguyen-18KhiemNguyenT
authored andcommitted
hal: renesas: ra: Remove const for p_phy_lsi_cfg_list
Remove const to allow changing the value at runtime for ``p_phy_lsi_cfg_list`` in ra/fsp/inc/instances/r_ether_phy.h Signed-off-by: Khoa Nguyen <[email protected]>
1 parent fc16603 commit dcd3e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ra/fsp/inc/instances/r_ether_phy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ typedef struct st_ether_phy_extended_cfg
5959
{
6060
void (* p_target_init)(ether_phy_instance_ctrl_t * p_instance_ctrl); ///< Pointer to callback that is called to initialize the target.
6161
bool (* p_target_link_partner_ability_get)(ether_phy_instance_ctrl_t * p_instance_ctrl, uint32_t line_speed_duplex); ///< Pointer to callback that is called to get the link partner ability.
62-
ether_phy_lsi_cfg_t const * p_phy_lsi_cfg_list[BSP_FEATURE_ETHER_NUM_CHANNELS]; ///< Pointer list of PHY LSI configurations.
62+
ether_phy_lsi_cfg_t * p_phy_lsi_cfg_list[BSP_FEATURE_ETHER_NUM_CHANNELS]; ///< Pointer list of PHY LSI configurations.
6363
uint8_t default_phy_lsi_cfg_index; ///< Index of the default PHY LSI condiguration.
6464
} ether_phy_extended_cfg_t;
6565

0 commit comments

Comments
 (0)