Skip to content

Commit 8f8ec5f

Browse files
mbolivar-nordicnashif
authored andcommitted
device.h: remove incorrect docstring
This appears to be leftovers from when DEVICE_DT_DECLARE() was briefly around. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 9919c14 commit 8f8ec5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ extern "C" {
213213
* @details Return the address of a device object created by
214214
* DEVICE_DT_INIT(), using the dev_name derived from @p node_id
215215
*
216-
* @note A declaration for the corresponding device must be in scope;
217-
* e.g:
218-
*
219216
* @param node_id The same as node_id provided to DEVICE_DT_DEFINE()
220217
*
221218
* @return A pointer to the device object created by DEVICE_DT_DEFINE()

0 commit comments

Comments
 (0)