diff options
author | Josh Blum <josh@joshknows.com> | 2012-06-17 18:05:14 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-06-18 15:53:28 -0700 |
commit | 76930c0358a32ca7f9e82ccd82543a55eeddade3 (patch) | |
tree | d604321303b17a1734d30f5fdb1490d2fb8bddc8 /host/lib/usrp/usrp2/fw_common.h | |
parent | 3dd244bb9f17c7641f4a60b4e10f5978382432df (diff) | |
download | uhd-76930c0358a32ca7f9e82ccd82543a55eeddade3.tar.gz uhd-76930c0358a32ca7f9e82ccd82543a55eeddade3.tar.bz2 uhd-76930c0358a32ca7f9e82ccd82543a55eeddade3.zip |
n2x0: only check for the GPSDO once after power up
We used to only check if the EEPROM was setup properly.
But now we always check, but check only once after first power up,
and disable the check if not found.
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index 8fb8a0865..7e3de1497 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -58,6 +58,7 @@ typedef struct{ // Map for virtual firmware regs (not very big so we can keep it here for now) #define U2_FW_REG_LOCK_TIME 0 #define U2_FW_REG_LOCK_GPID 1 +#define U2_FW_REG_HAS_GPSDO 3 #define U2_FW_REG_VER_MINOR 7 //////////////////////////////////////////////////////////////////////// |