From: ga Date: Mon, 25 Jan 2021 19:26:22 +0000 (+0000) Subject: Clarify comment. X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=d617f6a50b41c489e96db986baf7cd1fdb8cd0a1;p=sx%2Fsimavr.git Clarify comment. --- diff --git a/tests/atmega168_ioport.c b/tests/atmega168_ioport.c index 9c3f19f..401b170 100644 --- a/tests/atmega168_ioport.c +++ b/tests/atmega168_ioport.c @@ -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. */