diff options
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/n3xx.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/n3xx.py b/mpm/python/usrp_mpm/periph_manager/n3xx.py index c9714054e..bec7aa6fe 100644 --- a/mpm/python/usrp_mpm/periph_manager/n3xx.py +++ b/mpm/python/usrp_mpm/periph_manager/n3xx.py @@ -384,6 +384,8 @@ class n3xx(ZynqComponents, PeriphManagerBase): self.log.warning("The N300 variant does not support " "external LOs! Setting to internal.") args[lo_source] = 'internal' + # Note: The parent class takes care of calling init() on all the + # daughterboards result = super(n3xx, self).init(args) # Now the clocks are all enabled, we can also re-enable PPS export if # it was turned off: |