linker: devicetree_regions: escape special characters
Escape characters <> (generate warnings for the HTML build). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
bb38c558c5
commit
e0b4c9753c
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
* @param name name of the generated memory region
|
||||
* @param attr region attributes to use (rx, rw, ...)
|
||||
* @param node devicetree node with a <reg> property defining region location
|
||||
* @param node devicetree node with a \<reg\> property defining region location
|
||||
* and size.
|
||||
*/
|
||||
#define DT_REGION_FROM_NODE_STATUS_OKAY(name, attr, node) \
|
||||
|
|
Loading…
Reference in New Issue