Skip to content

Commit f5d7e45

Browse files
author
Amanda Butler
authored
Merge pull request #135 from adamgreen/fixOnlineCompilerCompileOptionDescriptions
Correct online compiler compile menu options
2 parents f0fdae2 + 0e08085 commit f5d7e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev_tools/online_comp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ To select a board as the build target:
9393

9494
The **Compile** menu offers five options:
9595

96-
1. **Compile:** builds your code and downloads a binary file. Current program only.
97-
1. **Compile All:** same as *compile*, but for all programs.
96+
1. **Compile:** builds code that you have modified since your last compile and downloads the resulting binary file.
97+
1. **Compile All:** same as *compile*, but rebuilds all source code, even if it hasn't changed since the last compile.
9898
1. **Build Only:** compiles your code but doesn't download the result.
9999
1. **Compile Macros:** defines additional macros at compile time.
100100
1. **Update Docs**: see the [guide for documenting APIs](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/API_Documentation/).

0 commit comments

Comments
 (0)