aboutsummaryrefslogtreecommitdiff
path: root/test4.c
diff options
context:
space:
mode:
authorMichael Davidsaver <mdavidsaver@gmail.com>2016-04-06 20:17:31 -0400
committerMichael Davidsaver <mdavidsaver@gmail.com>2016-04-06 20:17:31 -0400
commit21f36fc59dce0b29239f3efd34700322556e9430 (patch)
tree9890e7a6c1f545844b80f3767c9bb7e4b0d65a15 /test4.c
parent3d4ce4b6b6ab5262b5d038cf90534c0116e9f4bd (diff)
minor
Diffstat (limited to 'test4.c')
-rw-r--r--test4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test4.c b/test4.c
index 5bb6f3d..674006b 100644
--- a/test4.c
+++ b/test4.c
@@ -106,6 +106,7 @@ void main(void)
run_table.irq[1] = irq1;
out32(SCB(0xd0c), 0x05fa0000 | (PRIGROUP<<8));
+ test_equal("PRIGROUP", PRIGROUP, (in32(SCB(0xd0c))>>8)&0xff);
CPSID(i);