diff options
Diffstat (limited to 'host/python/types.py')
-rw-r--r-- | host/python/types.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/python/types.py b/host/python/types.py index 6b4ceefce..ad96076f3 100644 --- a/host/python/types.py +++ b/host/python/types.py @@ -18,8 +18,9 @@ SPIEdge = lib.types.spi_edge SPIConfig = lib.types.spi_config RXMetadataErrorCode = lib.types.rx_metadata_error_code Range = lib.types.range -RangeVector = lib.types.range_vector -MetaRange = lib.types.meta_range +MetaRange = lib.types.meta_range_t +GainRange = lib.types.meta_range_t +FreqRange = lib.types.meta_range_t RXMetadata = lib.types.rx_metadata TXMetadata = lib.types.tx_metadata TXAsyncMetadata = lib.types.async_metadata |