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.
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 to
load_NULL_834'It appears that the definition of the symbol "loadNULL..." no longer exists in the assembly code.