View Single Post
Old 01-20-2017, 02:32 PM   #65 (permalink)
skybolt
deviant
 
Join Date: Oct 2016
Location: Seattle, WA
Posts: 69

s2k - '02 Honda s2000
Thanks: 12
Thanked 47 Times in 35 Posts
Can't do JSON output on 0; compile error:

Code:
sketch/main.cpp: In function 'void pushSerial0Character(uint8_t)':
main.cpp:5895: error: expected primary-expression before ')' token
  while ((UCSR0A & ) == 0); // wait until USART0 data buffer is empty
                   ^
exit status 1
expected primary-expression before ')' token
Trying to debug as best I can (or set correct parameters if I've set them incorrectly to generate this error.

JSON output on serial1 does not generate this error.
  Reply With Quote
The Following User Says Thank You to skybolt For This Useful Post:
t vago (01-20-2017)