Correct test failue caused by previous change: Do not set filter flag
authorga <ga@oldell.fish>
Sat, 13 Feb 2021 14:34:28 +0000 (14:34 +0000)
committerga <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

index d4cf7d1..269a583 100644 (file)
@@ -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.