last missing bus driver update

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@915 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Arnim Läuger 17 years ago
parent cb72f1c1da
commit f349058624

@ -1,3 +1,7 @@
2008-01-09 Arnim Laeuger <arniml@users.sourceforge.net>
* src/bus/h7202.c (h7202_bus_new): API extension
2008-01-08 Arnim Laeuger <arniml@users.sourceforge.net>
* src/bus/prototype.c: new prototype bus driver (Detrick Martin)

@ -236,7 +236,7 @@ h7202_bus_free( bus_t *bus )
free( bus );
}
static bus_t *h7202_bus_new( void );
static bus_t *h7202_bus_new( char *cmd_params[] );
const bus_driver_t h7202_bus = {
"h7202",
@ -254,7 +254,7 @@ const bus_driver_t h7202_bus = {
};
static bus_t *
h7202_bus_new( void )
h7202_bus_new( char *cmd_params[] )
{
bus_t *bus;
char buff[10];

Loading…
Cancel
Save