Missing half of the implementation detail comment
This commit is contained in:
parent
64964bd614
commit
ca998c170f
@ -286,7 +286,8 @@ pub fn init(config: Config) -> Peripherals {
|
||||
{
|
||||
crate::pac::PWR.cr2().modify(|w| {
|
||||
// The official documentation states that we should ideally enable VDDIO2
|
||||
// through the PVME2 bit, but it looks like this bit
|
||||
// through the PVME2 bit, but it looks like this isn't required,
|
||||
// and CubeMX itself skips this step.
|
||||
w.set_iosv(config.enable_independent_io_supply);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user