Skip to content

Commit

Permalink
Restrict dma example to stm32f303xc
Browse files Browse the repository at this point in the history
64 kB are appearintly not enough to hold
the debug build in .text :(
  • Loading branch information
Sh3Rm4n committed Aug 15, 2021
1 parent dfd29d1 commit 7ade1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ required-features = ["ld", "rt", "can", "stm32f302"]

[[example]]
name = "serial_dma"
required-features = ["ld", "rt", "stm32f303"]
required-features = ["ld", "rt", "stm32f303xc"]

[[example]]
name = "serial_echo_rtic"
Expand Down

0 comments on commit 7ade1ca

Please sign in to comment.