Skip to content

Commit

Permalink
RTOS2: Updated IAR support
Browse files Browse the repository at this point in the history
  • Loading branch information
TTornblom authored and JonatanAntoni committed Jan 8, 2019
1 parent e01bffb commit 7d64919
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAME irq_armv8mbl.s
#define DOMAIN_NS 0
#include "irq_armv8mbl_common.s"
#define DOMAIN_NS 0
#include "irq_armv8mbl_common.s"
END
4 changes: 2 additions & 2 deletions CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_ns.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAME irq_armv8mbl_ns.s
#define DOMAIN_NS 1
#include "irq_armv8mbl_common.s"
#define DOMAIN_NS 1
#include "irq_armv8mbl_common.s"
END
4 changes: 2 additions & 2 deletions CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAME irq_armv8mml.s
#define DOMAIN_NS 0
#include "irq_armv8mml_common.s"
#define DOMAIN_NS 0
#include "irq_armv8mml_common.s"
END
4 changes: 2 additions & 2 deletions CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NAME irq_armv8mml_ns.s
#define DOMAIN_NS 1
#include "irq_armv8mml_common.s"
#define DOMAIN_NS 1
#include "irq_armv8mml_common.s"
END

0 comments on commit 7d64919

Please sign in to comment.