Clarify comment.
authorga <ga@oldell.fish>
Mon, 25 Jan 2021 19:26:22 +0000 (19:26 +0000)
committerga <ga@oldell.fish>
Mon, 25 Jan 2021 19:34:39 +0000 (19:34 +0000)
tests/atmega168_ioport.c

index 9c3f19f..401b170 100644 (file)
@@ -93,7 +93,7 @@ int main()
          * by a pin-value change or by writing to either of EICRA and EIMSK.
          */
 
-        /* TODO: Set-up pin change interrupt on pin 7 (PCINT23) */
+        /* Try pin change interrupt. */
 
         PCICR = (1 << PCIE2); /* Interrupt enable. */
         PCMSK2 = 0x0a;        /* Pins 1 and 3. */