Fix example in the README

This commit is contained in:
Maschell 2018-08-01 20:47:39 +02:00
parent daaff292c1
commit 125ee44117

View File

@ -20,7 +20,7 @@ Usage in the application:
```
socket_lib_init();
log_init(); // Enables broadcast logging.
printf("Just prints this text\n");
log_printf("Just prints this text\n");
DEBUG_FUNCTION_LINE("This prints my current function, file and line\n");
```