Gast
#811361
Hallo ich wollte das Programm USART mit Interrupt von dieser Hompage testen damit ich es dann für meine Zwecke umschreiben und verwenden kann. http://www.mikrocontroller.net/articles/Interrupt bekomme aber immter folgende Fehlermeldung: Build started 14.3.2008 at 00:51:15 avr-gcc.exe -mmcu=atmega8 -Wall -gdwarf-2 -DF_CPU=18432000UL -Os -fsigned-char -MD -MP -MT main.o -MF dep/main.o.d -c ../main.c ../main.c: In function 'main': ../main.c:139: warning: passing argument 1 of 'get_string' makes integer from pointer without a cast ../main.c:148: warning: passing argument 1 of 'put_string' makes integer from pointer without a cast ../main.c:198: error: static declaration of '__vector_11' follows non-static declaration ../main.c:198: error: previous declaration of '__vector_11' was here ../main.c:229: error: static declaration of '__vector_12' follows non-static declaration ../main.c:229: error: previous declaration of '__vector_12' was here ../main.c:265: error: expected declaration or statement at end of input kann mir da vielleicht jemand helfen Danke Werner