diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-28 17:43:23 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-04-28 17:43:23 -0700 |
commit | a5d18ee206bebf66952f697c5387c0d1555fd2f3 (patch) | |
tree | b009792be56a3eee1ca63c217c3d4d56bf1aa468 /firmware | |
parent | 8f46b048818ba107126910159c76453cfb2025e2 (diff) | |
parent | f018fa068f863d7f01887137b4bc935984430f3f (diff) | |
download | uhd-a5d18ee206bebf66952f697c5387c0d1555fd2f3.tar.gz uhd-a5d18ee206bebf66952f697c5387c0d1555fd2f3.tar.bz2 uhd-a5d18ee206bebf66952f697c5387c0d1555fd2f3.zip |
Merge branch 'ashish/fpga-busy-bugfix' into maint
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/x300/x300/x300_defs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/x300/x300/x300_defs.h b/firmware/x300/x300/x300_defs.h index 02c3d4808..65c5d5a23 100644 --- a/firmware/x300/x300/x300_defs.h +++ b/firmware/x300/x300/x300_defs.h @@ -1,10 +1,10 @@ -// Copyright 2012 Ettus Research LLC +// Copyright 2014 Ettus Research LLC -#ifndef INCLUDED_B250_DEFS_H -#define INCLUDED_B250_DEFS_H +#ifndef INCLUDED_X300_DEFS_H +#define INCLUDED_X300_DEFS_H -#define CPU_CLOCK 175000000 +#define CPU_CLOCK 166666667 #define MAIN_RAM_BASE 0x0000 #define PKT_RAM0_BASE 0x8000 #define XGE0_BASE 0xC000 @@ -72,4 +72,4 @@ static const int BL_DATA = 1; #define ETH_FRAMER_DST_UDP_MAC 6 #define ETH_FRAMER_DST_MAC_LO 7 -#endif /* INCLUDED_B250_DEFS_H */ +#endif /* INCLUDED_X300_DEFS_H */ |