Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an error that occurred when EXTENDED_PIN_MODE was disabled #113

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

WhereAreBugs
Copy link
Contributor

This has caused an error.

@maxgerhardt
Copy link
Member

Which sketch code produced which error messages that this PR fixes?

@WhereAreBugs
Copy link
Contributor Author

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,
image
the type will mismatch. So I get an error.
In addition, my English is not good. Please forgive me if I am rude.

@maxgerhardt
Copy link
Member

Ah, then I understand it.

@maxgerhardt maxgerhardt merged commit ed0c7f5 into CommunityGD32Cores:main Oct 30, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants