Use an em bikeshed instead of an underscore bikeshed.

This commit is contained in:
Bob McWhirter
2021-08-02 13:29:06 -04:00
parent 5f9447abb4
commit 63b32b39e1
6 changed files with 6 additions and 16 deletions

View File

@ -42,7 +42,7 @@ defmt-warn = [ ]
defmt-error = [ ]
sdmmc-rs = ["embedded-sdmmc"]
net = ["embassy-net", "vcell"]
memory_x = ["stm32-metapac/memory_x"]
memory-x = ["stm32-metapac/memory-x"]
# Reexport stm32-metapac at `embassy_stm32::pac`.
# This is unstable because semver-minor (non-breaking) releases of embassy-stm32 may major-bump (breaking) the stm32-metapac version.