Closed WhereAreBugs closed 1 year ago
Which sketch code produced which error messages that this PR fixes?
When I trying to call the function deattchInterrupt(), which is declared as void detachInterrupt(pin_size_t interruptNumber);
,but realized as void detachInterrupt(uint32_t pin)
.
When I compiled on some boards without macro EXTENDED_PIN_MODE, due to the code below at Common.h
,
the type will mismatch. So I get an error. In addition, my English is not good. Please forgive me if I am rude.
Ah, then I understand it.
This has caused an error.