scripts: runner: pyocd: fix stale comment

This isn't just a flasher anymore.

Signed-off-by: Marti Bolivar <marti@opensourcefoundries.com>
This commit is contained in:
Marti Bolivar 2017-11-16 12:35:12 -05:00 committed by Anas Nashif
parent 36aee10bef
commit 5b0167ae79

View file

@ -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',