diff options
Diffstat (limited to 'host/lib/usrp/b200/b200_regs.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_regs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b200/b200_regs.hpp b/host/lib/usrp/b200/b200_regs.hpp index c64066b27..2f4373409 100644 --- a/host/lib/usrp/b200/b200_regs.hpp +++ b/host/lib/usrp/b200/b200_regs.hpp @@ -52,6 +52,7 @@ localparam RB64_TIME_PPS = 16; localparam RB64_CODEC_READBACK = 24; //pll constants +static const int AD9361_SLAVENO = (1 << 0); static const int ADF4001_SLAVENO = (1 << 1); static const double ADF4001_SPI_RATE = 10e3; //slow for large time constant on spi lines |