Skip to content

Commit be3e1fd

Browse files
committed
Use --all-features instead of specific feature
1 parent a596ab4 commit be3e1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you have a GD32VF103C**B** chip on your board, edit `.cargo/config` and repla
3535

3636
To build all the provided examples run
3737
```
38-
cargo build --examples --release --features=lcd
38+
cargo build --examples --release --all-features
3939
```
4040

4141
### Using dfu-util for Flashing

0 commit comments

Comments
 (0)