mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Get rid of the verbose printing of individual file CVS version ids.
This was intended to be used for identifying code in the field for incoming bug reports, but I've never really found it all that useful. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@171 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
4
stk500.c
4
stk500.c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002 Brian S. Dean <bsd@bsdhome.com>
|
||||
* Copyright 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -54,8 +54,6 @@
|
||||
extern char * progname;
|
||||
extern int do_cycles;
|
||||
|
||||
char * stk500_version = "$Id$";
|
||||
|
||||
|
||||
int static stk500_send(PROGRAMMER * pgm, char * buf, int buflen)
|
||||
{
|
||||
|
Reference in New Issue
Block a user