Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
f4grx
NuttX RTOS
Commits
b9e7b4ed
Commit
b9e7b4ed
authored
8 years ago
by
Konstantin Berezenko
Browse files
Options
Downloads
Patches
Plain Diff
Correct the can2 rx irq number for stm32f10xx chips
parent
a5b39f2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/include/stm32/stm32f10xxx_irq.h
+1
-1
1 addition, 1 deletion
arch/arm/include/stm32/stm32f10xxx_irq.h
with
1 addition
and
1 deletion
arch/arm/include/stm32/stm32f10xxx_irq.h
+
1
−
1
View file @
b9e7b4ed
...
...
@@ -199,7 +199,7 @@
# define STM32_IRQ_ETH (77)
/* 61: Ethernet global interrupt */
# define STM32_IRQ_ETHWKUP (78)
/* 62: Ethernet Wakeup through EXTI line interrupt */
# define STM32_IRQ_CAN2TX (79)
/* 63: CAN2 TX interrupts */
# define STM32_IRQ_CAN2RX0 (
7
0)
/* 64: CAN2 RX0 interrupts */
# define STM32_IRQ_CAN2RX0 (
8
0)
/* 64: CAN2 RX0 interrupts */
# define STM32_IRQ_CAN2RX1 (81)
/* 65: CAN2 RX1 interrupt */
# define STM32_IRQ_CAN2SCE (82)
/* 66: CAN2 SCE interrupt */
# define STM32_IRQ_OTGFS (83)
/* 67: USB On The Go FS global interrupt */
...
...
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