We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a39211 commit becec52Copy full SHA for becec52
tests/taskMgrTests/InterruptTestCases.cpp
@@ -40,7 +40,7 @@ class MockedInterruptAbstraction : public InterruptAbstraction {
40
}
41
};
42
43
-void intHandler(uint8_t pin) {
+void intHandler(pinid_t pin) {
44
scheduled = true;
45
microsExecuted = micros();
46
count++;
0 commit comments