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:
30f8bc4
)
Commit
2467b8b7d75cf7d2adde82dac31f8ad3cc1a7f10
author
Michel Pollet
<buserror@gmail.com>
Thu, 17 Dec 2009 20:27:10 +0000
(20:27 +0000)
committer
Michel Pollet
<buserror@gmail.com>
Thu, 17 Dec 2009 20:27:10 +0000
(20:27 +0000)
No longer needs a 5usec window, the timer does the job
Signed-off-by: Michel Pollet <buserror@gmail.com>
examples/board_ledramp/ledramp.c
patch
|
blob
|
history
|
download
diff --git
a/examples/board_ledramp/ledramp.c
b/examples/board_ledramp/ledramp.c
index b1af8d4c51fffb7b8013423cab058a48b94ef1cd..59fa967c598aaa9b98d2bc8c397b57bd871f092b 100644
(file)
--- a/
examples/board_ledramp/ledramp.c
+++ b/
examples/board_ledramp/ledramp.c
@@
-183,7
+183,7
@@
int main(int argc, char *argv[])
* Pressing "r" and "s" during the demo will start and stop recording
* the pin changes
*/
- avr_vcd_init(avr, "gtkwave_output.vcd", &vcd_file, 1000 /* usec */);
+ avr_vcd_init(avr, "gtkwave_output.vcd", &vcd_file, 1000
00
/* usec */);
avr_vcd_add_signal(&vcd_file,
avr_io_getirq(avr, AVR_IOCTL_IOPORT_GETIRQ('B'), IOPORT_IRQ_PIN_ALL), 8 /* bits */ ,
"portb" );