Skip to content

Commit 2738652

Browse files
committed
Restrict dma example to stm32f303xc
64 kB are appearintly not enough to hold the debug build in .text :(
1 parent 952d6d9 commit 2738652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ required-features = ["ld", "rt", "can", "stm32f302"]
183183

184184
[[example]]
185185
name = "serial_dma"
186-
required-features = ["ld", "rt", "stm32f303"]
186+
required-features = ["ld", "rt", "stm32f303xc"]
187187

188188
[[example]]
189189
name = "serial_echo_rtic"

0 commit comments

Comments
 (0)