Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2356 → Rev 2357

/branches/arm/kernel/arch/arm32/src/debug/print.c
30,6 → 30,7
* @{
*/
/** @file
* @brief Debug print functions.
*/
 
 
83,7 → 84,7
 
/** Prints a string.
*
* @param str String to print
* @param str String to print.
*/
void debug_puts(const char *str)
{