diff options
Diffstat (limited to 'mpm/python/usrp_mpm/liberiotable.py')
-rw-r--r-- | mpm/python/usrp_mpm/liberiotable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/liberiotable.py b/mpm/python/usrp_mpm/liberiotable.py index 19226345b..d732eedcb 100644 --- a/mpm/python/usrp_mpm/liberiotable.py +++ b/mpm/python/usrp_mpm/liberiotable.py @@ -47,7 +47,7 @@ class LiberioDispatcherTable(object): self.poke32(addr, data) # Poke reg for destination channel try: - with self._regs.open(): + with self._regs: poke_and_trace( 0 + 4 * sid.dst_ep, dma_channel, |