projects
/
sx
/
simavr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
regExp
home
|
summary
|
tags
|
heads
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
raw
|
patch
| inline |
side by side
(parent:
5d1d1f9
)
Commit
5d7d782299f0f74a726aed77c1254cd094a7241f
author
ga
<ga@oldell.fish>
Sat, 13 Feb 2021 14:34:28 +0000
(14:34 +0000)
committer
ga
<ga@oldell.fish>
Sat, 13 Feb 2021 19:29:56 +0000
(19:29 +0000)
as handlers for IOPORT_IRQ_REG_PIN ...
(
bad35c24b7456ad5a0e446cff7066680dfaff42e
).
tests/test_atmega168_ioport.c
patch
|
blob
|
history
|
download
diff --git
a/tests/test_atmega168_ioport.c
b/tests/test_atmega168_ioport.c
index d4cf7d144881046193651d0c3b267d56147886fb..269a583a06c947644af9d0f83da3f7ada1d2d115 100644
(file)
--- a/
tests/test_atmega168_ioport.c
+++ b/
tests/test_atmega168_ioport.c
@@
-98,7
+98,7
@@
static const char *expected = "P<2A P<70 F<01 I<E0 P<E0 J<03 J<00 P<E8 ";
static const char *log_expected =
"d-0F P-00 o-0A P-0A I-0A 5-01 o-09 P-29 d-3C 5-00 P-09 o-F0 5-01 P-F0 "
"I-70 " // Interrupts off testing.
- "o-E0 P-E0 I-E0
"
// External interrupt test.
+ "o-E0 P-E0 I-E0
I-E0 "
// External interrupt test.
"d-03 o-01 P-E1 o-03 P-E3 o-00 P-E8 I-E8 "; // Pin change interrupt test.