Missing half of the implementation detail comment
This commit is contained in:
parent
64964bd614
commit
ca998c170f
1 changed files with 2 additions and 1 deletions
|
@ -286,7 +286,8 @@ pub fn init(config: Config) -> Peripherals {
|
||||||
{
|
{
|
||||||
crate::pac::PWR.cr2().modify(|w| {
|
crate::pac::PWR.cr2().modify(|w| {
|
||||||
// The official documentation states that we should ideally enable VDDIO2
|
// 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);
|
w.set_iosv(config.enable_independent_io_supply);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue