On page 310, a else statement calls
initalize_serial_buffers;
I was thinking that should be:
initalize_serial_buffers();
instead.
I don't have access to the C18 compiler and I am curious is this a correct call for that
compiler or is this a typo ?
If it is a typo, is there a list of corrections for the second edition?
Thanks