diff options
Diffstat (limited to 'host/python')
-rw-r--r-- | host/python/types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/python/types.py b/host/python/types.py index bcf6e1df2..6b4ceefce 100644 --- a/host/python/types.py +++ b/host/python/types.py @@ -12,6 +12,7 @@ from . import libpyuhd as lib StreamMode = lib.types.stream_mode StreamCMD = lib.types.stream_cmd +DeviceAddr = lib.types.device_addr TimeSpec = lib.types.time_spec SPIEdge = lib.types.spi_edge SPIConfig = lib.types.spi_config |