Remove duplicate definition of token K_WRITEPAGE.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@728 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2007-02-01 22:07:39 +00:00
parent 06235497a7
commit afe3356b9c
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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