mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Remove trailing spaces at the end of lines.
This commit is contained in:
@@ -487,7 +487,7 @@
|
||||
As an example, all ARM processor architectures are provided under the <code>arch/arm/</code> directory which is selected with the <code>CONFIG_ARCH="arm"</code> configuration option.
|
||||
</p>
|
||||
<p>
|
||||
Variants of the processor architecture may be provided in sub-directories of the
|
||||
Variants of the processor architecture may be provided in sub-directories of the
|
||||
Extending this example, the ARMv7-M ARM family is supported by logic in <code>arch/arm/include/armv7-m</code> and <code>arch/arm/src/armv7-m</code> directories which are selected by the <code>CONFIG_ARCH_CORTEXM3=y</code>, <code>CONFIG_ARCH_CORTEXM4=y</code>, or <code>CONFIG_ARCH_CORTEXM7=y</code> configuration options
|
||||
</p>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user