Documentation and minor fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
static void Puts(const char *str)
|
||||
{
|
||||
while (*str) {
|
||||
while (*str != '\0') {
|
||||
USART_Putc(*str++);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user