Skip to content
Snippets Groups Projects
Commit f39e74d4 authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

[DeathStack] Wrong alternate function on rogallo pwm pin

parent 20aa00bc
No related branches found
No related tags found
No related merge requests found
...@@ -395,7 +395,7 @@ void IRQbspInit() ...@@ -395,7 +395,7 @@ void IRQbspInit()
rogP1::alternateFunction(2); rogP1::alternateFunction(2);
rogP2::mode(Mode::ALTERNATE); rogP2::mode(Mode::ALTERNATE);
rogP2::alternateFunction(3); rogP2::alternateFunction(2);
nc_dtch::mode(Mode::INPUT); nc_dtch::mode(Mode::INPUT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment