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:
da3a776
)
Commit
18b7902f64a1af238a4d04aab34fe9dbea514bd6
author
Jakob Gruber
<jakob.gruber@gmail.com>
Tue, 31 Jul 2012 10:22:22 +0000
(12:22 +0200)
committer
Jakob Gruber
<jakob.gruber@gmail.com>
Tue, 31 Jul 2012 11:06:00 +0000
(13:06 +0200)
simavr/sim/avr_twi.c
patch
|
blob
|
history
|
download
diff --git
a/simavr/sim/avr_twi.c
b/simavr/sim/avr_twi.c
index 1d58174f98f3063fcd08d6dc3c847614199fba32..782eef49e9fb16aefbcf009870403f25f16188c1 100644
(file)
--- a/
simavr/sim/avr_twi.c
+++ b/
simavr/sim/avr_twi.c
@@
-364,8
+364,8
@@
void avr_twi_reset(struct avr_io_t *io)
}
static const char * irq_names[TWI_IRQ_COUNT] = {
- [TWI_IRQ_MISO] = "8<m
osi
",
- [TWI_IRQ_MOSI] = "32>m
iso
",
+ [TWI_IRQ_MISO] = "8<m
iso
",
+ [TWI_IRQ_MOSI] = "32>m
osi
",
[TWI_IRQ_STATUS] = "8>status",
};