das ist der Fehler code:
Code:
Build started 4.12.2009 at 23:35:33
avr-gcc  -mmcu=atmega16 -Wall -gdwarf-2 -Os -std=gnu99 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT lcd.o -MF dep/lcd.o.d  -c  ../lcd.c
../lcd.c: In function 'putnr':
../lcd.c:630: error: parameter 'wert' is initialized
../lcd.c:632: error: expected declaration specifiers before 'ISR'
../lcd.c:639: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
../lcd.c:700: error: old-style parameter declarations in prototyped function definition
../lcd.c:698: error: expected '{' at end of input
make: *** [lcd.o] Error 1
Build failed with 5 errors and 0 warnings...
by Donald