From 5b0167ae792d50c4bf44d676496a87bc37931ba5 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 16 Nov 2017 12:35:12 -0500 Subject: [PATCH] scripts: runner: pyocd: fix stale comment This isn't just a flasher anymore. Signed-off-by: Marti Bolivar --- scripts/support/runner/pyocd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/support/runner/pyocd.py b/scripts/support/runner/pyocd.py index d98579e27f2..384b8c14a33 100644 --- a/scripts/support/runner/pyocd.py +++ b/scripts/support/runner/pyocd.py @@ -13,7 +13,7 @@ DEFAULT_PYOCD_GDB_PORT = 3333 class PyOcdBinaryRunner(ZephyrBinaryRunner): - '''Runner front-end for pyocd-flashtool.''' + '''Runner front-end for pyOCD.''' def __init__(self, target, flashtool='pyocd-flashtool', gdb=None, gdbserver='pyocd-gdbserver',