Closed dcz-self closed 3 years ago
The SdCardFreq struct is public, and it's effectively used only for one purpose: converting to Hertz. So let's make that functionality public too, in the form of the From trait.
SdCardFreq
Hertz
From
Bump - this is a simple change, could someone review it?
The
SdCardFreq
struct is public, and it's effectively used only for one purpose: converting toHertz
. So let's make that functionality public too, in the form of theFrom
trait.