From 725debb96408f0e1134fe1f365c4afaf07f1a949 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 28 Feb 2018 14:20:56 -0800 Subject: mpm: Rename n310 to n3xx This module (and class) are, in fact, used for all N3xx-derivates so renaming it is the more correct thing to do. --- mpm/python/usrp_hwd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_hwd.py') diff --git a/mpm/python/usrp_hwd.py b/mpm/python/usrp_hwd.py index 267415601..0b2cd1ecb 100755 --- a/mpm/python/usrp_hwd.py +++ b/mpm/python/usrp_hwd.py @@ -112,7 +112,7 @@ def init_only(log, default_args): """ # Create the periph_manager for this device # This call will be forwarded to the device specific implementation - # e.g. in periph_manager/n310.py + # e.g. in periph_manager/n3xx.py # Which implementation is called will be determined during # configuration with cmake (-DMPM_DEVICE). # mgr is thus derived from PeriphManagerBase -- cgit v1.2.3