Gast
#1929446
nabend, kann mir jemand sagen warum ich hier:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
diese Fehler bekomme: Build started 8.11.2010 at 20:08:12 avr-gcc -mmcu=atxmega128a1 -Wall -gdwarf-2 -std=gnu99 -DF_CPU=32000000UL -O1 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT adc.o -MF dep/adc.o.d -c ../adc.c ../adc.c: In function 'init_adc': ../adc.c:13: error: expected identifier before numeric constant ../adc.c: In function 'read_adc_channel': ../adc.c:22: error: expected identifier before numeric constant ../adc.c:24: error: expected identifier before numeric constant ../adc.c:26: error: expected identifier before numeric constant make: *** [adc.o] Error 1 Build failed with 4 errors and 0 warnings...