Skip to content

Commit

Permalink
psc: fix wrong ROT_IRQ pin (#1736)
Browse files Browse the repository at this point in the history
Whoops, I accidentally copied the configuration from Gimletlet rather
than from Gimlet/Sidecar, so this is wrong.
  • Loading branch information
hawkw committed Apr 7, 2024
1 parent cb14452 commit 5046b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/psc/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ notifications = ["exti-wildcard-irq"]
"exti.exti15_10" = "exti-wildcard-irq"

[tasks.sys.config.gpio-irqs.rot_irq]
port = "D"
pin = 0
port = "E"
pin = 3
owner = {name = "sprot", notification = "rot_irq"}

[tasks.i2c_driver]
Expand Down

0 comments on commit 5046b54

Please sign in to comment.