* @brief Implementation of fputc using the DBGU as the standard output. Required * for printf(). * * @param c Character to write. * @param pStream Output stream. * @param The character written if successful, or -1 if the output stream is * not stdout or stderr. */