diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-06-01 15:21:43 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-06-09 07:10:57 -0500 |
commit | 18460e34787772d606846c3b09190b80ae1e621d (patch) | |
tree | cf53cdc4043c0fb59eac624eb1b9a5b7fd30f49b /host/include | |
parent | 87ba553c3f4504ce4bce09b67744a92edec1a41b (diff) | |
download | uhd-18460e34787772d606846c3b09190b80ae1e621d.tar.gz uhd-18460e34787772d606846c3b09190b80ae1e621d.tar.bz2 uhd-18460e34787772d606846c3b09190b80ae1e621d.zip |
python: Add radio RFNoC block controller bindings
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/radio_control.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/rfnoc/radio_control.hpp b/host/include/uhd/rfnoc/radio_control.hpp index 867b2a919..349cca536 100644 --- a/host/include/uhd/rfnoc/radio_control.hpp +++ b/host/include/uhd/rfnoc/radio_control.hpp @@ -24,7 +24,7 @@ class radio_control : public noc_block_base public: static const std::string ALL_LOS; static const std::string ALL_GAINS; - static const size_t ALL_CHANS; + static constexpr size_t ALL_CHANS = size_t(~0); RFNOC_DECLARE_BLOCK(radio_control) |