Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I'm outputting debugging messages to the serial port with
(*debug).printf("foo=%d",foo);
....which works fine, but what's the a best way to re-assign debug to a \dev\null sort of stream to discard the output ?
Thanks
Keith