mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
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:
@@ -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>
|
2007-01-30 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* butterfly.c: Implement ATmega256x support for butterfly/avr109.
|
* butterfly.c: Implement ATmega256x support for butterfly/avr109.
|
||||||
|
@@ -140,7 +140,6 @@ static int parse_cmdbits(OPCODE * op);
|
|||||||
%token K_TYPE
|
%token K_TYPE
|
||||||
%token K_VCC
|
%token K_VCC
|
||||||
%token K_VFYLED
|
%token K_VFYLED
|
||||||
%token K_WRITEPAGE
|
|
||||||
|
|
||||||
%token K_NO
|
%token K_NO
|
||||||
%token K_YES
|
%token K_YES
|
||||||
|
Reference in New Issue
Block a user