Remove duplicate definition of token K_WRITEPAGE.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@728 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
6a9ee90a06
commit
f0ad4dc3aa
|
@ -1,3 +1,7 @@
|
|||
2007-02-01 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* config_gram.y: Remove duplicate definition of token K_WRITEPAGE
|
||||
|
||||
2007-01-30 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
* butterfly.c: Implement ATmega256x support for butterfly/avr109.
|
||||
|
|
|
@ -140,7 +140,6 @@ static int parse_cmdbits(OPCODE * op);
|
|||
%token K_TYPE
|
||||
%token K_VCC
|
||||
%token K_VFYLED
|
||||
%token K_WRITEPAGE
|
||||
|
||||
%token K_NO
|
||||
%token K_YES
|
||||
|
|
Loading…
Reference in New Issue