Add $Id$ line.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@883 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
f7cb1f53ea
commit
bcb6be967d
|
@ -1,3 +1,7 @@
|
||||||
|
2010-01-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* buspirate.c: add $ Id $ line.
|
||||||
|
|
||||||
2010-01-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2010-01-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
Fix a few warnings that came up recently (some of them only triggered
|
Fix a few warnings that came up recently (some of them only triggered
|
||||||
|
|
|
@ -33,6 +33,8 @@
|
||||||
* Tested with BusPirate PTH, firmware version 2.1 programming ATmega328P
|
* Tested with BusPirate PTH, firmware version 2.1 programming ATmega328P
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
#include "ac_cfg.h"
|
#include "ac_cfg.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue