Skip to content

Commit 2ce7d42

Browse files
committed
-fixed typo
1 parent 63544d0 commit 2ce7d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Example:
2020
```C++
2121
int i = 1;
2222
float pi = 3.1459;
23-
Debug.print(DBG_VERBOSE, "i = %d, pi = %f, i, pi);
23+
Debug.print(DBG_VERBOSE, "i = %d, pi = %f", i, pi);
2424
```
2525

2626
If desired timestamps can be prefixed to the debug message. Timestamp output can be enabled and disabled via `timestampOn` and `timestampOff`.

0 commit comments

Comments
 (0)