From fb0f55fd3beb5c66446def5f60fd6e1adcc1178b Mon Sep 17 00:00:00 2001 From: Ethan Zonca Date: Sun, 24 Jul 2016 19:06:39 -0400 Subject: [PATCH] Update docs for compilation with internal oscillator support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1faeab2..15ff93d 100644 --- a/README.md +++ b/README.md @@ -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