From 0ba124e805046f65a7ef275ebe9d8254d8f69ed9 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Wed, 31 Dec 2008 22:33:47 +0000 Subject: Fix USRP2 peek32() max words git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10183 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/firmware/include/usrp2_eth_packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/firmware/include/usrp2_eth_packet.h') diff --git a/usrp2/firmware/include/usrp2_eth_packet.h b/usrp2/firmware/include/usrp2_eth_packet.h index 515394fab..e212fab83 100644 --- a/usrp2/firmware/include/usrp2_eth_packet.h +++ b/usrp2/firmware/include/usrp2_eth_packet.h @@ -194,7 +194,7 @@ typedef struct { * All subpackets are a multiple of 4 bytes long. * All subpackets start with an 8-bit opcode, an 8-bit len and an 8-bit rid. */ - +#define MAX_SUBPKT_LEN 252 /*! * \brief Generic request and reply packet -- cgit