diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-07 11:51:31 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-07 11:51:31 -0800 |
commit | e0005a2a00b49b1c6802fd7e78e8f92ff22a6bce (patch) | |
tree | 6e2fcaa7c44648402d2ffcb830819d9d63d893a0 /firmware/zpu/lib/pkt_ctrl.h | |
parent | f879a50989a35a2ba4886630164d71353a560c2e (diff) | |
download | uhd-e0005a2a00b49b1c6802fd7e78e8f92ff22a6bce.tar.gz uhd-e0005a2a00b49b1c6802fd7e78e8f92ff22a6bce.tar.bz2 uhd-e0005a2a00b49b1c6802fd7e78e8f92ff22a6bce.zip |
usrp2: tweaking firmware
added delay to the link up/down code to space out calls
removed the pkt_ctrl init and just do it when the mode changes
tweaked the addr printing
Diffstat (limited to 'firmware/zpu/lib/pkt_ctrl.h')
-rw-r--r-- | firmware/zpu/lib/pkt_ctrl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/zpu/lib/pkt_ctrl.h b/firmware/zpu/lib/pkt_ctrl.h index 06b81538d..410ffdaa4 100644 --- a/firmware/zpu/lib/pkt_ctrl.h +++ b/firmware/zpu/lib/pkt_ctrl.h @@ -23,9 +23,6 @@ #include <stdbool.h> #include <lwip/ip_addr.h> -//! Initialize the packet router into a good state -void pkt_ctrl_init(void); - typedef enum { PKT_CTRL_ROUTING_MODE_SLAVE, PKT_CTRL_ROUTING_MODE_MASTER, |