Skip to content

Commit 51bb918

Browse files
authored
Format change
1 parent abb745b commit 51bb918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev_tools/third_party.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Make itself does not compile source code. It relies on a compiler like:
8383
* The IAR ARM compiler bundled with the IAR Embedded Workbench.
8484
* ARM Compiler 5.
8585

86-
You should ensure that the compiler you are exporting for is accessible using your `PATH` environment variable, as the Makefile assumes this will be true. For example, when using an exported Makefile from make_armc5, the command `armcc` should print a help message about how to use ARM Compiler 5.
86+
<span class="notes">**Note:** As stated above, you should ensure that the compiler you are exporting to is accessible using your `PATH` environment variable, as Makefile requires this. For example, when using an exported Makefile from make_armc5, the command `armcc` should print a help message about how to use ARM Compiler 5.</span>
8787

8888
#### Make and Eclipse on Windows: Nordic Platforms using SoftDevices
8989

0 commit comments

Comments
 (0)