diff options
Diffstat (limited to 'firmware/usrp3/n230/n230_eth_handlers.h')
-rw-r--r-- | firmware/usrp3/n230/n230_eth_handlers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usrp3/n230/n230_eth_handlers.h b/firmware/usrp3/n230/n230_eth_handlers.h index 9b9be7b78..86130e361 100644 --- a/firmware/usrp3/n230/n230_eth_handlers.h +++ b/firmware/usrp3/n230/n230_eth_handlers.h @@ -43,6 +43,6 @@ void n230_register_flash_comms_handler(); /*! * Handle SFP updates. */ -void n230_handle_sfp_updates(soft_reg_t* led_reg); +void n230_update_link_act_state(soft_reg_t* led_reg); #endif /* INCLUDED_N230_ETH_HANDLERS_H */ |