jnk0le / AVR-UART-lib

extremly light uart library for AVR 8 bit microcontrollers
MIT License
105 stars 36 forks source link

undefined reference to `load_NULL_834' when RX_NEWLINE_MODE is CR or LF #1

Closed de-mux closed 7 years ago

de-mux commented 7 years ago

When setting RX_NEWLINE_MODE to anything other than "2", the following error occurs: usart.o: In function uart0_getlnToFirstWhiteSpace': usart.c:2132: undefined reference toload_NULL_834'

It appears that the definition of the symbol "loadNULL..." no longer exists in the assembly code.