8000 Add SVC IRQ name to mcu.h to avoid naming issues · runtimeco/mynewt_arduino_zero@55c8bc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55c8bc9

Browse files
committed
Add SVC IRQ name to mcu.h to avoid naming issues
Related to: apache/mynewt-core#1281
1 parent 5ff0cf2 commit 55c8bc9

File tree

1 file changed

+2
-0
lines changed
  • hw/mcu/atmel/samd21xx/include/mcu

1 file changed

+2
-0
lines changed

hw/mcu/atmel/samd21xx/include/mcu/mcu.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
extern "C" {
2525
#endif
2626

27+
#define SVC_IRQ_NUMBER SVCall_IRQn
28+
2729
/*
2830
* Defines for naming GPIOs.
2931
*/

0 commit comments

Comments
 (0)
0