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_mpm/rpc_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/rpc_server.py') diff --git a/mpm/python/usrp_mpm/rpc_server.py b/mpm/python/usrp_mpm/rpc_server.py index 3dbda4161..a983b6dcf 100644 --- a/mpm/python/usrp_mpm/rpc_server.py +++ b/mpm/python/usrp_mpm/rpc_server.py @@ -70,7 +70,7 @@ class MPMServer(RPCServer): self.session_id = None # 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