Skip to content

Commit

Permalink
Update Building-in-Mac-OSX.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keu authored Jan 5, 2025
1 parent 2e674d3 commit 239ddb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/development/building/Building-in-Mac-OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To install the needed compiler you just need to enter the betaflight directory a

## Build the code

Enter the betaflight directory and run `make configs` to retrieve board targets then `make TARGET=MATEKH743` to
Enter the betaflight directory and run `make configs` to retrieve board targets then `make MATEKH743` to
build firmware for the BETAFLIGHTF4. When the build completes, the .hex firmware should be available as
`obj/betaflight_4.4.2_MATEKH743.hex` for you to flash using the Betaflight Configurator.

Expand All @@ -68,6 +68,6 @@ changes from the repository, then rebuild the firmware:
git reset --hard
git pull
make clean TARGET=MATEKH743
make TARGET=MATEKH743
make clean
make MATEKH743
```

0 comments on commit 239ddb8

Please sign in to comment.