Skip to content

Commit becec52

Browse files
committed
test improvement
1 parent 8a39211 commit becec52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/taskMgrTests/InterruptTestCases.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MockedInterruptAbstraction : public InterruptAbstraction {
4040
}
4141
};
4242

43-
void intHandler(uint8_t pin) {
43+
void intHandler(pinid_t pin) {
4444
scheduled = true;
4545
microsExecuted = micros();
4646
count++;

0 commit comments

Comments
 (0)