doc: fix duplicate lable data_structures
Fix duplication of label. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9bc237abe8
commit
b306e80e00
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Optimization Tools
|
||||||
##################
|
##################
|
||||||
|
|
||||||
The available optimization tools let you analyse :ref:`footprint_tools`
|
The available optimization tools let you analyse :ref:`footprint_tools`
|
||||||
and :ref:`data_structures` using different build system targets.
|
and :ref:`data_structure_tools` using different build system targets.
|
||||||
|
|
||||||
.. _footprint_tools:
|
.. _footprint_tools:
|
||||||
|
|
||||||
|
|
@ -195,7 +195,7 @@ To view worst-case stack usage analysis, build this with the
|
||||||
:gen-args: -DCONFIG_STACK_USAGE=y
|
:gen-args: -DCONFIG_STACK_USAGE=y
|
||||||
|
|
||||||
|
|
||||||
.. _data_structures:
|
.. _data_structure_tools:
|
||||||
|
|
||||||
Data Structures
|
Data Structures
|
||||||
****************
|
****************
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue