dts: edtlib: Fix outdated doc comment for _init_devices()
No longer takes the DT instance as a parameter. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
06b746cc58
commit
7168118290
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ class EDT:
|
|||
|
||||
def _init_devices(self):
|
||||
# Creates a list of devices (Device objects) from the DT nodes, in
|
||||
# self.devices. 'dt' is the dtlib.DT instance for the device tree.
|
||||
# self.devices
|
||||
|
||||
# Maps dtlib.Node's to their corresponding Devices
|
||||
self._node2dev = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue