David, on Fri 18 Nov 2016 09:43:28 -0500, wrote: > Just add a few #defines in an #include file and there is no code > change. #define spk_serial_out spk_serial_out2 etc. It makes the code more complex for no benefit. Changing the code is cheap. Making the code more complex costs a lot on the long run. Samuel