Author: matt Date: 2008-01-20 15:07:09 -0700 (Sun, 20 Jan 2008) New Revision: 7482
Modified: usrp2/trunk/firmware/apps/ usrp2/trunk/firmware/apps/blink_leds2.c Log: intentionally trigger interrupt bug Property changes on: usrp2/trunk/firmware/apps ___________________________________________________________________ Name: svn:ignore - *-stamp *.a *.bin *.dump *.log *.rom *.map .deps Makefile Makefile.in aclocal.m4 autom4te.cache blink_leds blink_leds2 build compile config.h config.h.in config.log config.status configure depcomp eth_test gen_eth_packets ibs_rx_test ibs_tx_test install-sh libtool ltmain.sh missing py-compile rcv_eth_packets run_tests.sh stamp-h1 test1 test_phy_comm timer_test buf_ram_test buf_ram_zero hello test_printf test_spi test_i2c gen_pause_frames test_serdes rx_only tx_only tx_standalone tx_drop tx_drop2 tx_drop_rate_limited test_lsdac test_lsadc read_dbids test_db_spi + *-stamp *.a *.bin *.dump *.log *.rom *.map .deps Makefile Makefile.in aclocal.m4 autom4te.cache blink_leds blink_leds2 build compile config.h config.h.in config.log config.status configure depcomp eth_test gen_eth_packets ibs_rx_test ibs_tx_test install-sh libtool ltmain.sh missing py-compile rcv_eth_packets run_tests.sh stamp-h1 test1 test_phy_comm timer_test buf_ram_test buf_ram_zero hello test_printf test_spi test_i2c gen_pause_frames test_serdes rx_only tx_only tx_standalone tx_drop tx_drop2 tx_drop_rate_limited test_lsdac test_lsadc read_dbids test_db_spi ramp_lsdac Modified: usrp2/trunk/firmware/apps/blink_leds2.c =================================================================== --- usrp2/trunk/firmware/apps/blink_leds2.c 2008-01-20 20:15:14 UTC (rev 7481) +++ usrp2/trunk/firmware/apps/blink_leds2.c 2008-01-20 22:07:09 UTC (rev 7482) @@ -25,8 +25,8 @@ #include "pic.h" -#define DELTA_T (MASTER_CLK_RATE/2) // 0.5s (10ns per tick) -//#define DELTA_T 500 // 5 us (10ns per tick) +//#define DELTA_T (MASTER_CLK_RATE/2) // 0.5s (10ns per tick) +#define DELTA_T 5000 // 5 us (10ns per tick) void _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
