We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63544d0 commit 2ce7d42Copy full SHA for 2ce7d42
README.md
@@ -20,7 +20,7 @@ Example:
20
```C++
21
int i = 1;
22
float pi = 3.1459;
23
-Debug.print(DBG_VERBOSE, "i = %d, pi = %f, i, pi);
+Debug.print(DBG_VERBOSE, "i = %d, pi = %f", i, pi);
24
```
25
26
If desired timestamps can be prefixed to the debug message. Timestamp output can be enabled and disabled via `timestampOn` and `timestampOff`.
0 commit comments