/*********************************************************************
*
*
SWO_PrintString()
*
* Function description
*
Print a string via SWO.
*
*/
void SWO_PrintString(const char *s) {
//
// Print out character per character
//
while (*s) {
SWO_PrintChar(*s++);
}
}
J-Link / J-Trace (UM08001)
© 2004-2013 SEGGER Microcontroller GmbH & Co. KG
107
Need help?
Do you have a question about the J-Link and is the answer not in the manual?
Questions and answers