Skip to content

Commit

Permalink
FIX: remove confusing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Feb 9, 2022
1 parent 429f512 commit 5461b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ By default, _bluepill-serial-monster_ firmware starts at flash origin (0x8000000
To move the firmware to a custom address, use the **FIRMWARE_ORIGIN** Makefile variable:

```bash
make clean && make FIRMWARE_ORIGIN=<0xXXXXXXXX>
make clean && make FIRMWARE_ORIGIN=0xXXXXXXXX
```

where 0xXXXXXXXX is the required firmware start address.
Expand Down

0 comments on commit 5461b1b

Please # to comment.