summaryrefslogtreecommitdiff
path: root/cts/interrupt/th.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/interrupt/th.c')
-rw-r--r--cts/interrupt/th.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/interrupt/th.c b/cts/interrupt/th.c
index 87582490ed..0949faa8b2 100644
--- a/cts/interrupt/th.c
+++ b/cts/interrupt/th.c
@@ -54,6 +54,13 @@ enum cts_rc test_nested_interrupt_low_high(void)
return CTS_RC_SUCCESS;
}
+enum cts_rc test_nested_interrupt_high_low(void)
+{
+ trigger_interrupt1();
+ trigger_interrupt2();
+ return CTS_RC_SUCCESS;
+}
+
#include "cts_testlist.h"
void cts_task(void)