Skip to content

Commit 33ea6b3

Browse files
Remove the mention of GCC_ARM, IAR as its not very relevant here.
Co-Authored-By: SenRamakri <[email protected]>
1 parent dadc7db commit 33ea6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/tools_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ be able to compile with ARM Compiler 5 or you may see undefined behaviors. In ot
5353

5454
##### By creating a mbed_app.json to override `supported_toolchains`
5555

56-
In this method, you can create or update your `mbed_app.json` with the following content. Note that you can still keep other entries such as `GCC_ARM` or `IAR` while overriding `supported_toolchains` as below.
56+
In this method, you can create or update your `mbed_app.json` with the following content. Override `supported_toolchains` as below.
5757

5858
```
5959
{

0 commit comments

Comments
 (0)