mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45: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:
7
ppi.c
7
ppi.c
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000, 2001, 2002 Brian S. Dean <bsd@bsdhome.com>
|
||||
* Copyright 2000, 2001, 2002, 2003 Brian S. Dean <bsd@bsdhome.com>
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -85,11 +85,6 @@ static struct ppipins_t pins[] = {
|
||||
#define NPINS (sizeof(pins)/sizeof(struct ppipins_t))
|
||||
|
||||
|
||||
char * ppi_version = "$Id$";
|
||||
|
||||
|
||||
|
||||
|
||||
int ppi_getops (int reg, unsigned long * get, unsigned long * set);
|
||||
|
||||
int ppi_set (int fd, int reg, int bit);
|
||||
|
Reference in New Issue
Block a user