diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/uhd/props.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uhd/props.hpp b/include/uhd/props.hpp index 5e49ab521..4012ffbd2 100644 --- a/include/uhd/props.hpp +++ b/include/uhd/props.hpp @@ -89,7 +89,7 @@ namespace uhd{ MBOARD_PROP_TX_DBOARD_NAMES, //ro, prop_names_t MBOARD_PROP_PPS_SOURCE, //rw, std::string (sma, mimo) MBOARD_PROP_PPS_SOURCE_NAMES, //ro, prop_names_t - MBOARD_PROP_PPS_POLARITY, //rw, int, +/- 1 + MBOARD_PROP_PPS_POLARITY, //rw, std::string (pos, neg) MBOARD_PROP_REF_SOURCE, //rw, std::string (int, sma, mimo) MBOARD_PROP_REF_SOURCE_NAMES, //ro, prop_names_t MBOARD_PROP_TIME_NOW, //wo, time_spec_t |