diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-12-13 11:33:33 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-12-13 11:33:33 -0800 |
commit | b0f01fd4dd9b2072b6e84137225ab52d2e13d8ca (patch) | |
tree | a93f9ae8aca500718e6c6ae8ba0e11f2cfa23fd5 /host/tests/devtest/gpio_test.py | |
parent | d29960ec1466dbe009dad649672c33ee44467e27 (diff) | |
parent | 582553984cfd70ae11f5c12da568e4a0a74888d2 (diff) | |
download | uhd-b0f01fd4dd9b2072b6e84137225ab52d2e13d8ca.tar.gz uhd-b0f01fd4dd9b2072b6e84137225ab52d2e13d8ca.tar.bz2 uhd-b0f01fd4dd9b2072b6e84137225ab52d2e13d8ca.zip |
Merge branch 'maint'
Diffstat (limited to 'host/tests/devtest/gpio_test.py')
-rwxr-xr-x | host/tests/devtest/gpio_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/gpio_test.py b/host/tests/devtest/gpio_test.py index d764a8d96..6ea4413f4 100755 --- a/host/tests/devtest/gpio_test.py +++ b/host/tests/devtest/gpio_test.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -""" Test for test_pps_input. """ +""" Test for gpio. """ import re from uhd_test_base import uhd_example_test_case |