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:
c0985c4
)
Commit
d617f6a50b41c489e96db986baf7cd1fdb8cd0a1
author
ga
<ga@oldell.fish>
Mon, 25 Jan 2021 19:26:22 +0000
(19:26 +0000)
committer
ga
<ga@oldell.fish>
Mon, 25 Jan 2021 19:34:39 +0000
(19:34 +0000)
tests/atmega168_ioport.c
patch
|
blob
|
history
|
download
diff --git
a/tests/atmega168_ioport.c
b/tests/atmega168_ioport.c
index 9c3f19f992b665eac4e40d1c3ade5feb96bcf203..401b17098bb5dce231b2fbb988089a743bf19a20 100644
(file)
--- 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.
*/
- /* T
ODO: Set-up pin change interrupt on pin 7 (PCINT23)
*/
+ /* T
ry pin change interrupt.
*/
PCICR = (1 << PCIE2); /* Interrupt enable. */
PCMSK2 = 0x0a; /* Pins 1 and 3. */