Hi there, I am trying to eliminate all of the console output message of the embedded application. What I do is like this: #define puts do { } while (0) printf and putchar will also be replaced by this way. Is it safe to do this? Regards, Colin