NEIN: Jetzt kommts noch dicker:
Nach dem Speichern kommEN folgende FehlermeldungEN:
D:\ASURO\ASURO Programme\1. Programm>make all
-------- begin --------
avr-gcc --version
avr-gcc (GCC) 3.3.1
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst test.c -o test.o
test.c:3: error: parse error before '}' token
test.c:6: error: parse error before numeric constant
test.c:6: warning: type defaults to `int' in declaration of `StatusLED'
test.c:6: warning: function declaration isn't a prototype
test.c:6: error: conflicting types for `StatusLED'
asuro.h:52: error: previous declaration of `StatusLED'
test.c:6: warning: data definition has no type or storage class
test.c:7: error: parse error before numeric constant
test.c:7: warning: type defaults to `int' in declaration of `BlackLED'
test.c:7: warning: function declaration isn't a prototype
test.c:7: warning: data definition has no type or storage class
test.c:8: error: parse error before '(' token
test.c:8: warning: type defaults to `int' in declaration of `MotorDir'
test.c:8: warning: function declaration isn't a prototype
test.c:8: error: conflicting types for `MotorDir'
asuro.h:66: error: previous declaration of `MotorDir'
test.c:9: error: parse error before numeric constant
test.c:9: warning: type defaults to `int' in declaration of `MotorSpeed'
test.c:9: warning: function declaration isn't a prototype
test.c:9: error: conflicting types for `MotorSpeed'
asuro.h:71: error: previous declaration of `MotorSpeed'
test.c:9: warning: data definition has no type or storage class
make: *** [test.o] Error 1

> Process Exit Code: 2

WAS SOLL ICH MACHEN??????????????????????????