From 57e8c028d817db1d960e47d9ab89b39465e363df Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 10 Jan 2022 08:40:15 +0100 Subject: mpm: x410: Fix docstrings related to GPS sensors No code changes, only comment changes. --- mpm/python/usrp_mpm/periph_manager/x4xx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/periph_manager/x4xx.py') diff --git a/mpm/python/usrp_mpm/periph_manager/x4xx.py b/mpm/python/usrp_mpm/periph_manager/x4xx.py index 469ce50a0..afa3d8a98 100644 --- a/mpm/python/usrp_mpm/periph_manager/x4xx.py +++ b/mpm/python/usrp_mpm/periph_manager/x4xx.py @@ -1334,7 +1334,7 @@ class x4xx(ZynqComponents, PeriphManagerBase): def get_gps_sensor_status(self): """ - Get all status of GPS as sensor dict + Get all status info of GPS in a single string. This is a debugging API. """ assert self._gps_mgr self.log.trace("Reading all GPS status pins") -- cgit v1.2.3