We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24e01d commit f904fffCopy full SHA for f904fff
README.md
@@ -34,7 +34,7 @@ Build notes:
34
* Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
35
* Include ```make``` and the ```arm-none-eabi-*``` tools in your path.
36
* Run ```git submodule init``` and ```git submodule update``` before building.
37
-* Make produces 2 files:
+* ```make``` produces 2 files:
38
* ```build/firmware.bin```: this is compatible with the sdcard bootloader.
39
* ```build/grbl.hex```: this is not compatible with the sdcard bootloader. It loads using Flash Magic
40
and is primarilly for developers who don't want to keep swapping sdcards. If you flash this,
0 commit comments