Skip to content

Commit

Permalink
More G4 port availability changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Feb 17, 2022
1 parent 3ca4609 commit 41b543b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ pub enum Port {
feature = "f373",
feature = "f301",
feature = "f3x4",
feature = "f401",
feature = "f410",
feature = "f411",
feature = "l4",
feature = "g0",
feature = "g4",
Expand Down Expand Up @@ -196,6 +198,7 @@ impl Port {
feature = "f3x4",
feature = "f401",
feature = "f410",
feature = "f411",
feature = "l4",
feature = "g0",
feature = "g4",
Expand Down Expand Up @@ -645,6 +648,7 @@ impl Pin {
feature = "f3x4",
feature = "f401",
feature = "f410",
feature = "f411",
feature = "l4",
feature = "g0",
feature = "g4",
Expand Down Expand Up @@ -1049,6 +1053,7 @@ const fn regs(port: Port) -> *const pac::gpioa::RegisterBlock {
feature = "f3x4",
feature = "f401",
feature = "f410",
feature = "f411",
feature = "l4",
feature = "g0",
feature = "g4",
Expand Down

0 comments on commit 41b543b

Please sign in to comment.