Update docs for compilation with internal oscillator support

This commit is contained in:
Ethan Zonca 2016-07-24 19:06:39 -04:00
parent 08efc1f0e5
commit fb0f55fd3b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ is packaged for Windows, OS X, and Linux on
[Launchpad](https://launchpad.net/gcc-arm-embedded/+download). Download for your
system and add the `bin` folder to your PATH.
With that done, you should be able to compile using `make`.
With that done, you should be able to compile using `make`. If you are compiling for a device that has no external crystal, compile with `make INTERNAL_OSCILLATOR=1`.
## Flashing & Debugging