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

periph/gpio: fix scope of GPIO_IRQ submodule #9992

Merged
merged 1 commit into from
Oct 9, 2018

Conversation

haukepetersen
Copy link
Contributor

@haukepetersen haukepetersen commented Sep 21, 2018

Move the gpio_irq_enable() and gpio_irq_disable() functions
into the scope of the PERIPH_GPIO_IRQ submodule.
@miri64 miri64 added Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation Area: drivers Area: Device drivers labels Sep 27, 2018
@miri64 miri64 added the Type: tracking The issue tracks and organizes the sub-tasks of a larger effort label Oct 9, 2018
@miri64 miri64 mentioned this pull request Oct 9, 2018
@miri64 miri64 added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Oct 9, 2018
Copy link
Member

@miri64 miri64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK, just moves an #ifdef and everything still builds :-)

@miri64 miri64 merged commit a95957e into RIOT-OS:master Oct 9, 2018
@miri64 miri64 deleted the fix_periph_gpiofeaturesscope branch October 9, 2018 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation Type: tracking The issue tracks and organizes the sub-tasks of a larger effort
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants