diff --git a/app/psc/base.toml b/app/psc/base.toml index e82c01a85..5443d3ff2 100644 --- a/app/psc/base.toml +++ b/app/psc/base.toml @@ -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]