Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
0f00ae62
Commit
0f00ae62
authored
10 years ago
by
Hauke Petersen
Browse files
Options
Downloads
Patches
Plain Diff
board/stm32f0discovery: fixed GPIO ISR defines
parent
ec17730c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
boards/stm32f0discovery/include/periph_conf.h
+4
-4
4 additions, 4 deletions
boards/stm32f0discovery/include/periph_conf.h
with
4 additions
and
4 deletions
boards/stm32f0discovery/include/periph_conf.h
+
4
−
4
View file @
0f00ae62
...
...
@@ -183,14 +183,14 @@ extern "C" {
/* IRQ config */
#define GPIO_IRQ_0 GPIO_0
#define GPIO_IRQ_1 GPIO_1
#define GPIO_IRQ_2
GPIO_0
/* not configured */
#define GPIO_IRQ_3
GPIO_0
/* not configured */
#define GPIO_IRQ_2
-1
/* not configured */
#define GPIO_IRQ_3
-1
/* not configured */
#define GPIO_IRQ_4 GPIO_2
#define GPIO_IRQ_5 GPIO_3
#define GPIO_IRQ_6 GPIO_4
#define GPIO_IRQ_7 GPIO_5
#define GPIO_IRQ_8
GPIO_0
/* not configured */
#define GPIO_IRQ_9
GPIO_0
/* not configured */
#define GPIO_IRQ_8
-1
/* not configured */
#define GPIO_IRQ_9
-1
/* not configured */
#define GPIO_IRQ_10 GPIO_6
#define GPIO_IRQ_11 GPIO_7
#define GPIO_IRQ_12 GPIO_8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment