diff options
Diffstat (limited to 'firmware/usrp3/n230')
-rw-r--r-- | firmware/usrp3/n230/n230_eth_handlers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/usrp3/n230/n230_eth_handlers.c b/firmware/usrp3/n230/n230_eth_handlers.c index 30b803489..aebae4161 100644 --- a/firmware/usrp3/n230/n230_eth_handlers.c +++ b/firmware/usrp3/n230/n230_eth_handlers.c @@ -76,6 +76,7 @@ void n230_handle_udp_fw_comms( bool send_response = process_fw_comm_protocol_pkt( request, &response, N230_FW_PRODUCT_ID, + (uint32_t)ethno, n230_poke32, n230_peek32); if (send_response) { |