Skip to content

Commit 533922b

Browse files
committed
Add "rt" to the default features
1 parent 382b9ce commit 533922b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* adc: Allow parallel execution of multiple ADCs through `start_conversion()`
1313
* Rename the PeripheralREC object for BDMA2 on 7B3, 7B0, 7A3 parts from BDMA to BDMA2
1414
* pac: Upgrade to stm32-rs v0.14.0
15+
* Add "rt" to the default features
1516

1617
* ethernet: `ethernet::DesRing` and `ethernet::EthernetDMA` require generic
1718
constants to specify how many transmit / receive buffers to include in

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ default-features = false
7373
features = ["ethernet", "proto-ipv4", "proto-ipv6", "socket-raw"]
7474

7575
[features]
76-
default = ["unproven"]
76+
default = ["unproven", "rt"]
7777
unproven = ["embedded-hal/unproven"]
7878
device-selected = []
7979
revision_v = []

0 commit comments

Comments
 (0)