Skip to content

Commit 40fa563

Browse files
committed
Sort examples alphabetically in Cargo.toml
This makes them easier to find in that list.
1 parent b954de7 commit 40fa563

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,15 @@ codegen-units = 1
7979
debug = true
8080
lto = true
8181

82-
[[example]]
83-
name = "usb_serial"
84-
required-features = ["rt", "stm32l4x2", "stm32-usbd"]
8582

8683
[[example]]
8784
name = "qspi"
8885
required-features = ["rt", "stm32l4x5"]
8986

90-
9187
[[example]]
9288
name = "rtic_frame_serial_dma"
9389
required-features = ["rt", "stm32l4x2"]
9490

91+
[[example]]
92+
name = "usb_serial"
93+
required-features = ["rt", "stm32l4x2", "stm32-usbd"]

0 commit comments

Comments
 (0)