From 125ee44117ce437076a5b0aaf04e685cd4183d61 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 1 Aug 2018 20:47:39 +0200 Subject: [PATCH] Fix example in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66a9702..5bec082 100644 --- a/README.md +++ b/README.md @@ -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"); ```