You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
void (*p_target_init)(ether_phy_instance_ctrl_t*p_instance_ctrl); ///< Pointer to callback that is called to initialize the target.
61
61
bool (*p_target_link_partner_ability_get)(ether_phy_instance_ctrl_t*p_instance_ctrl, uint32_tline_speed_duplex); ///< Pointer to callback that is called to get the link partner ability.
62
-
ether_phy_lsi_cfg_tconst*p_phy_lsi_cfg_list[BSP_FEATURE_ETHER_MAX_CHANNELS]; ///< Pointer list of PHY LSI configurations.
62
+
ether_phy_lsi_cfg_t*p_phy_lsi_cfg_list[BSP_FEATURE_ETHER_MAX_CHANNELS]; ///< Pointer list of PHY LSI configurations.
0 commit comments