Add a warning to not modify the file manually.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1297 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
38e6a4061f
commit
41607055a6
|
@ -6,6 +6,7 @@
|
||||||
Using the -C +file option is a much better way for user
|
Using the -C +file option is a much better way for user
|
||||||
modifications.
|
modifications.
|
||||||
* doc/avrdude.texi: (Dito.)
|
* doc/avrdude.texi: (Dito.)
|
||||||
|
* avrdude.conf.in: Add a warning to not modify the file manually.
|
||||||
|
|
||||||
2014-03-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2014-03-13 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
# identifies which part AVRDUDE is going to be programming and must match
|
# identifies which part AVRDUDE is going to be programming and must match
|
||||||
# one of the parts' "id" parameter.
|
# one of the parts' "id" parameter.
|
||||||
#
|
#
|
||||||
|
# DO NOT MODIFY THIS FILE. Modifications will be overwritten the next
|
||||||
|
# time a "make install" is run. For user-specific additions, use the
|
||||||
|
# "-C +filename" commandline option.
|
||||||
|
#
|
||||||
# Possible entry formats are:
|
# Possible entry formats are:
|
||||||
#
|
#
|
||||||
# programmer
|
# programmer
|
||||||
|
|
Loading…
Reference in New Issue