2003-01-09 Marcel Telka <marcel@telka.sk>

* src/jtag.c (main): Fixed minor typo in 'cable' output message.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@305 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 0566f21b6c
commit f20f0ba489

@ -1,3 +1,7 @@
2003-01-09 Marcel Telka <marcel@telka.sk>
* src/jtag.c (main): Fixed minor typo in 'cable' output message.
2003-01-09 Marcel Telka <marcel@telka.sk>
* src/discovery.c (detect_register_size): Changed register length test iteration.

@ -1,5 +1,7 @@
$Id$
* Minor fixes.
jtag-0.2 (2003-01-08):
* Completed JTAG declarations for Xilinx XCR3128XL-CS144.

@ -104,7 +104,7 @@ Type "help cable" for list of supported JTAG cables.
Type "cable" command with arguments. Exmaple:
jtag> cable parallel 0x378 EA253
Initilizing ETC EA253 JTAG Cable on parallel port at 0x378
Initializing ETC EA253 JTAG Cable on parallel port at 0x378
===> Second task: Detect parts on the JTAG chain.

@ -151,7 +151,7 @@ main( void )
}
cable = cable_drivers[i];
printf( "Initilizing %s on parallel port at 0x%x\n", cable->description, port );
printf( "Initializing %s on parallel port at 0x%x\n", cable->description, port );
if (!cable->init( port )) {
printf( "Error: Cable driver initialization failed!\n" );
cable = NULL;

Loading…
Cancel
Save