Skip to content

Commit 5461b1b

Browse files
committed
FIX: remove confusing symbols
1 parent 429f512 commit 5461b1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ By default, _bluepill-serial-monster_ firmware starts at flash origin (0x8000000
440440
To move the firmware to a custom address, use the **FIRMWARE_ORIGIN** Makefile variable:
441441

442442
```bash
443-
make clean && make FIRMWARE_ORIGIN=<0xXXXXXXXX>
443+
make clean && make FIRMWARE_ORIGIN=0xXXXXXXXX
444444
```
445445

446446
where 0xXXXXXXXX is the required firmware start address.

0 commit comments

Comments
 (0)