Update README.md

This commit is contained in:
Mahmoud Eladawi 2018-11-21 14:37:47 -05:00 committed by GitHub
parent 94e23a928c
commit 3b070006dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ Prerequisites
To build:
```
make BOARD=feather_nrf52840_express all
make BOARD=feather_nrf52840_express all combinehex
```
To flash the bootloader:
@ -158,7 +158,7 @@ Makefile:90: *** BOARD not defined. Stop
If you get the following error ...
```
$ make BOARD=feather_nrf52840_express all
$ make BOARD=feather_nrf52840_express all
Compiling file: main.c
/bin/sh: /usr/bin/arm-none-eabi-gcc: No such file or directory
make: *** [_build/main.o] Error 127