diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-28 19:04:36 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-28 19:04:36 -0800 |
commit | f56097198fad8423bba41a9c083abdc3b41f016a (patch) | |
tree | 2224c8c3bc649fca8818b45320fec7d4719c7bd9 /firmware/zpu/apps/txrx_uhd.c | |
parent | 173241d023f962c1d6663cd63c3f692287d781cf (diff) | |
download | uhd-f56097198fad8423bba41a9c083abdc3b41f016a.tar.gz uhd-f56097198fad8423bba41a9c083abdc3b41f016a.tar.bz2 uhd-f56097198fad8423bba41a9c083abdc3b41f016a.zip |
packet_router: change router control for buffer_int2
Diffstat (limited to 'firmware/zpu/apps/txrx_uhd.c')
-rw-r--r-- | firmware/zpu/apps/txrx_uhd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/zpu/apps/txrx_uhd.c b/firmware/zpu/apps/txrx_uhd.c index b16d177d7..61c2521b9 100644 --- a/firmware/zpu/apps/txrx_uhd.c +++ b/firmware/zpu/apps/txrx_uhd.c @@ -340,6 +340,7 @@ int main(void) { u2_init(); + pkt_ctrl_init(); //we do this to see if we should set a default ip addr or not #ifdef USRP2P |