mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
riotctrl_ctrl: fix typo in docs
This commit is contained in:
parent
66343e3bc7
commit
a2a1715986
2
dist/pythonlibs/riotctrl_ctrl/native.py
vendored
2
dist/pythonlibs/riotctrl_ctrl/native.py
vendored
@ -15,7 +15,7 @@ class NativeRIOTCtrl(riotctrl.ctrl.RIOTCtrl):
|
||||
This works exactly as a normal RIOTCtrl, with the exception that
|
||||
`DEBUG_ADAPTER_ID` is set in the environment to the PID of the `native`
|
||||
process, whenever a terminal is started. This allows for `reset()` to also
|
||||
work for a the `native` instance.
|
||||
work for a `native` instance.
|
||||
"""
|
||||
|
||||
def _set_debug_adapter_id(self, child):
|
||||
|
Loading…
Reference in New Issue
Block a user