../USART.c: In function 'main':
../USART.c:23: warning: implicit declaration of function 'USART_Init'
../USART.c:26: error: 'UCSRA' undeclared (first use in this function)
../USART.c:26: error: (Each undeclared identifier is reported only once
../USART.c:26: error: for each function it appears in.)
../USART.c:31: error: 'UDR' undeclared (first use in this function)
../USART.c: At top level:
../USART.c:46: warning: conflicting types for 'USART_Init'
../USART.c:23: warning: previous implicit declaration of 'USART_Init' was here
../USART.c: In function 'USART_Init':
../USART.c:47: error: 'UBRRH' undeclared (first use in this function)
../USART.c:48: error: 'UBRRL' undeclared (first use in this function)
../USART.c:49: error: 'UCSRB' undeclared (first use in this function)
../USART.c:50: error: 'UCSRC' undeclared (first use in this function)
Lesezeichen