diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-18 00:09:55 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-18 00:09:55 -0800 |
commit | 4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b (patch) | |
tree | 2873a9856ae3a9cdac58d1e2535e496dc6130a62 /firmware/microblaze/usrp2p/bootloader/init_bootloader.c | |
parent | 4c98ef443b24955b2d266f5783cf5d26c04d3715 (diff) | |
download | uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.tar.gz uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.tar.bz2 uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.zip |
usrp-n210: removed fw warnings, bootloader does full size 16k load
Diffstat (limited to 'firmware/microblaze/usrp2p/bootloader/init_bootloader.c')
-rw-r--r-- | firmware/microblaze/usrp2p/bootloader/init_bootloader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/microblaze/usrp2p/bootloader/init_bootloader.c b/firmware/microblaze/usrp2p/bootloader/init_bootloader.c index dc22ef8d0..cfa80ffea 100644 --- a/firmware/microblaze/usrp2p/bootloader/init_bootloader.c +++ b/firmware/microblaze/usrp2p/bootloader/init_bootloader.c @@ -18,7 +18,7 @@ #include <i2c.h> #include "usrp2/fw_common.h" -void pic_interrupt_handler() __attribute__ ((interrupt_handler)); +//void pic_interrupt_handler() __attribute__ ((interrupt_handler)); void pic_interrupt_handler() { |