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:
3c2839b
)
Commit
74a05db0b65e1f2e583b8f015814976572f332a5
author
Michel Pollet
<buserror@gmail.com>
Thu, 9 Apr 2015 20:29:19 +0000
(21:29 +0100)
committer
Michel Pollet
<buserror@gmail.com>
Thu, 9 Apr 2015 20:29:19 +0000
(21:29 +0100)
the reset handler does it
Signed-off-by: Michel Pollet <buserror@gmail.com>
simavr/sim/avr_lin.c
patch
|
blob
|
history
|
download
diff --git
a/simavr/sim/avr_lin.c
b/simavr/sim/avr_lin.c
index 1be714157ab78becbdedf9cda1259613d9f01c21..1d397d5a0025bcfef844598988289a0173caf87c 100644
(file)
--- a/
simavr/sim/avr_lin.c
+++ b/
simavr/sim/avr_lin.c
@@
-98,5
+98,4
@@
avr_lin_init(
p->io = _io;
avr_register_io_write(avr, p->r_linbtr, avr_lin_baud_write, p);
avr_register_io_write(avr, p->r_linbrrl, avr_lin_baud_write, p);
- avr->data[p->r_linbtr] = 0x20;
}