From: Øyvind H. <go...@us...> - 2009-12-30 19:09:00
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via c116d8f6bcb745ccc8fb8e6b562c8f22d54cd003 (commit) from 20354a66b963b17fb842b0e49b7d0acd3d554c54 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c116d8f6bcb745ccc8fb8e6b562c8f22d54cd003 Author: Antonio Borneo <bor...@gm...> Date: Wed Dec 30 22:34:48 2009 +0800 Fix parport_dcl5 config file. Signed-off-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/interface/parport_dlc5.cfg b/tcl/interface/parport_dlc5.cfg index 0f94c65..85caefc 100644 --- a/tcl/interface/parport_dlc5.cfg +++ b/tcl/interface/parport_dlc5.cfg @@ -5,6 +5,6 @@ # interface parport -parport_port /dev/parport0 +parport_port 0 parport_cable dlc5 ----------------------------------------------------------------------- Summary of changes: tcl/interface/parport_dlc5.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |